DBA Data[Home] [Help]

APPS.AS_LINK_LEAD_OPP_PUB dependencies on JTF_USR_HKS

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