DBA Data[Home] [Help]

APPS.PSP_ENC_ASSIGNMENT_CHANGES dependencies on FND_PROFILE

Line 7: -- use_ld_enc varchar2(1) := FND_PROFILE.VALUE('PSP_ENC_ENABLE_QKUPD');

3:
4: /* Commenting the code for Bug 3075435 as this profile option will be Endated Instead call to
5: start_captiring_Updates procedure in psp_general package will be made
6:
7: -- use_ld_enc varchar2(1) := FND_PROFILE.VALUE('PSP_ENC_ENABLE_QKUPD');
8:
9: End of commenting for Bug 3075435 */
10:
11:

Line 13: bg_id number := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');

9: End of commenting for Bug 3075435 */
10:
11:
12:
13: bg_id number := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');
14:
15: use_ld_enc varchar2(1) :=PSP_GENERAL.start_capturing_updates(bg_id);
16: -- For Bug 3075435 call to replace PSP_ENC_ENABLE_QKUPD profile call
17: