DBA Data[Home] [Help]

APPS.PER_REI_BUS dependencies on FND_PROFILE

Line 1027: -- in FND_PROFILE_OPTIONS, this profile option is created dynamically

1023: -- which is available in df value set.
1024: -- If you want to reference contact_relationship_id in value set,
1025: -- use ":$PROFILES$.PER_CONTACT_RELATIONSHIP_ID".
1026: -- Note that we do not have to create this profile option
1027: -- in FND_PROFILE_OPTIONS, this profile option is created dynamically
1028: -- in memory by the following code.
1029: -- Remember to populate PER_CONTACT_RELATIONSHIP_ID to not only forms PERWSREI.fmb
1030: -- but also any selfservice modules which reference PER_CONTACT_EXTRA_INFO_F df.
1031: --

Line 1032: fnd_profile.put('PER_CONTACT_RELATIONSHIP_ID', to_char(p_rec.contact_relationship_id));

1028: -- in memory by the following code.
1029: -- Remember to populate PER_CONTACT_RELATIONSHIP_ID to not only forms PERWSREI.fmb
1030: -- but also any selfservice modules which reference PER_CONTACT_EXTRA_INFO_F df.
1031: --
1032: fnd_profile.put('PER_CONTACT_RELATIONSHIP_ID', to_char(p_rec.contact_relationship_id));
1033: --
1034: per_rei_bus.chk_ddf(p_rec);
1035: --
1036: per_rei_bus.chk_df(p_rec);

Line 1092: -- in FND_PROFILE_OPTIONS, this profile option is created dynamically

1088: -- which is available in df value set.
1089: -- If you want to reference contact_relationship_id in value set,
1090: -- use ":$PROFILES$.PER_CONTACT_RELATIONSHIP_ID".
1091: -- Note that we do not have to create this profile option
1092: -- in FND_PROFILE_OPTIONS, this profile option is created dynamically
1093: -- in memory by the following code.
1094: -- Remember to populate PER_CONTACT_RELATIONSHIP_ID to not only forms PERWSREI.fmb
1095: -- but also any selfservice modules which reference PER_CONTACT_EXTRA_INFO_F df.
1096: --

Line 1097: fnd_profile.put('PER_CONTACT_RELATIONSHIP_ID', to_char(p_rec.contact_relationship_id));

1093: -- in memory by the following code.
1094: -- Remember to populate PER_CONTACT_RELATIONSHIP_ID to not only forms PERWSREI.fmb
1095: -- but also any selfservice modules which reference PER_CONTACT_EXTRA_INFO_F df.
1096: --
1097: fnd_profile.put('PER_CONTACT_RELATIONSHIP_ID', to_char(p_rec.contact_relationship_id));
1098: --
1099: per_rei_bus.chk_ddf(p_rec);
1100: --
1101: per_rei_bus.chk_df(p_rec);