DBA Data[Home] [Help]

APPS.PSP_ENC_ASSIGNMENT_CHANGES dependencies on PSP_GENERAL

Line 5: start_captiring_Updates procedure in psp_general package will be made

1: PACKAGE BODY psp_enc_assignment_changes AS
2: /* $Header: PSPENETB.pls 120.11.12020000.2 2012/07/04 09:06:59 amnaraya ship $ */
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 */

Line 15: use_ld_enc varchar2(1) :=PSP_GENERAL.start_capturing_updates(bg_id);

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:
18: /* Changed Signature of the Procedure added p_effective_date Parameter for bug 3451760 */
19: