DBA Data[Home] [Help]

APPS.AS_LINK_LEAD_OPP_PUB dependencies on AS_LINK_LEAD_OPP_PUB

Line 1: PACKAGE BODY AS_LINK_LEAD_OPP_PUB as

1: PACKAGE BODY AS_LINK_LEAD_OPP_PUB as
2: /* $Header: asxpllob.pls 120.1 2005/06/14 01:31:13 appldev $ */
3: -- Start of Comments
4: -- Package name : AS_LINK_LEAD_OPP_PUB
5: -- Purpose : Link/Copy Leads to Opportunities

Line 4: -- Package name : AS_LINK_LEAD_OPP_PUB

1: PACKAGE BODY AS_LINK_LEAD_OPP_PUB as
2: /* $Header: asxpllob.pls 120.1 2005/06/14 01:31:13 appldev $ */
3: -- Start of Comments
4: -- Package name : AS_LINK_LEAD_OPP_PUB
5: -- Purpose : Link/Copy Leads to Opportunities
6: -- NOTE :
7: -- History :
8: -- 06/25/2002 FFANG Created.

Line 15: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AS_LINK_LEAD_OPP_PUB';

11: -- l_api_name
12: --
13: -- End of Comments
14:
15: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AS_LINK_LEAD_OPP_PUB';
16: G_FILE_NAME CONSTANT VARCHAR2(12) := 'asxpllob.pls';
17: G_CREATE NUMBER :=2;
18: G_UPDATE NUMBER :=1;
19:

Line 230: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

226:
227: --
228: -- Pre User Hook
229: --
230: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
231: 'Copy_Lead_To_Opportunity',
232: 'B','C');
233:
234: IF l_call_pre_uhk THEN

Line 295: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

291:
292: --
293: -- Post User Hook
294: --
295: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
296: 'Copy_Lead_To_Opportunity',
297: 'A','C');
298:
299: IF l_call_post_uhk THEN

Line 438: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

434:
435: --
436: -- Pre User Hook
437: --
438: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
439: 'Link_Lead_To_Opportunity',
440: 'B','C');
441:
442: IF l_call_pre_uhk THEN

Line 498: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

494:
495: --
496: -- Post User Hook
497: --
498: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
499: 'Link_Lead_To_Opportunity',
500: 'A','C');
501:
502: IF l_call_post_uhk THEN

Line 656: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

652:
653: --
654: -- Pre User Hook
655: --
656: l_call_pre_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
657: 'Create_Opportunity_For_Lead',
658: 'B','C');
659:
660: IF l_call_pre_uhk THEN

Line 719: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',

715:
716: --
717: -- Post User Hook
718: --
719: l_call_post_uhk := JTF_USR_HKS.Ok_to_execute('AS_LINK_LEAD_OPP_PUB',
720: 'Create_Opportunity_For_Lead',
721: 'A','C');
722:
723: IF l_call_post_uhk THEN

Line 801: End AS_LINK_LEAD_OPP_PUB;

797: End Create_Opportunity_For_Lead;
798:
799:
800:
801: End AS_LINK_LEAD_OPP_PUB;