PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Accessing data buffer value

edited Apr 3, 2014 12:00PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

Hi All,

i am trying to access data buffer value using people code but not having luck.

1. using CI to save the component, before CI.Save() inserting item into Table..

sample code:

&oNameTypeVwCollection = &oHCR_NAMES_OTHER_SRV_CI.NAME_TYPE_VW;

&oNameTypeVw = &oNameTypeVwCollection.Item(1);

&oNamesCollection = &oNameTypeVw.NAMES;

&oNames = &oNamesCollection.Item(1);

&oNames = &oNamesCollection.InsertItem(1);

&oNames.NAME_TYPE = "PRF";

&oNames.EFF_STATUS = "A";

&oNames.COUNTRY_NM_FORMAT = "001";

If Not &oHCR_NAMES_OTHER_SRV_CI.Save()

2. trying to access view NAME_TYPE_VW if any row with type PRF is found, but could not find it.

sample code:

If &rsNAME_TYPE_VW(&rownum1).NAME_TYPE_VW.NAME_TYPE.Value = "PRF" Then

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center