DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on AS_IMPORT_SL_PVT

Line 1: package body as_import_sl_pvt as

1: package body as_import_sl_pvt as
2: /* $Header: asxslimb.pls 120.10 2006/01/27 17:43:03 solin ship $ */
3:
4: --impView as_imp_sl_v%rowtype;
5: --subtype leadImpView is impView%Type;

Line 19: G_CALL_USER_HOOK boolean := JTF_USR_HKS.Ok_to_execute('AS_IMPORT_SL_PVT', 'IS_DUPLICATE_LEAD','B','C');

15: -- Added by Ajoy
16: G_SL_SALESFORCE_ID number; -- This is to identify salesforce_id of the logged in user
17:
18: -- Bugfix# 2835357, Call user hook once
19: G_CALL_USER_HOOK boolean := JTF_USR_HKS.Ok_to_execute('AS_IMPORT_SL_PVT', 'IS_DUPLICATE_LEAD','B','C');
20:
21: --------------------------------------------------------
22: -- name: write_log
23: -- scope: private

Line 3307: -- l_call_user_hook := JTF_USR_HKS.Ok_to_execute('AS_IMPORT_SL_PVT','IS_DUPLICATE_LEAD','B','C');

3303: l_msg_data VARCHAR2(2000);
3304: BEGIN
3305: -- SOLIN, add customer user hook
3306: -- USER HOOK standard : customer pre-processing section - mandatory
3307: -- l_call_user_hook := JTF_USR_HKS.Ok_to_execute('AS_IMPORT_SL_PVT','IS_DUPLICATE_LEAD','B','C');
3308:
3309: IF G_CALL_USER_HOOK
3310: THEN
3311: write_log(3, 'Call user_hook is true');

Line 4965: end as_import_sl_pvt;

4961: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);
4962:
4963: end main;
4964:
4965: end as_import_sl_pvt;