DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on JTF_USR_HKS

Line 1823: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

1819: -- Make the preprocessing call to the user hooks
1820: --
1821: -- Pre call to the customer type user hook
1822: --
1823: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
1824: 'Create_Charge_Details',
1825: 'B','C') THEN
1826:
1827: CS_CHARGE_DETAILS_CUHK.Create_Charge_Details_Pre(

Line 1858: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

1854:
1855: --
1856: -- Pre call to the Vertical Type User Hook
1857: --
1858: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
1859: 'Create_Charge_Details',
1860: 'B', 'V') THEN
1861:
1862: CS_CHARGE_DETAILS_VUHK.Create_Charge_Details_Pre(

Line 2270: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2266: -- Make the postprocessing call to the user hooks
2267: --
2268: -- Post call to the customer type user hook
2269: --
2270: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2271: 'Create_Charge_Details',
2272: 'A','C') THEN
2273:
2274: CS_CHARGE_DETAILS_CUHK.Create_Charge_Details_Post(

Line 2306: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2302: --
2303: --
2304: -- Post call to the Vertical Type User Hook
2305: --
2306: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2307: 'Create_Charge_Details',
2308: 'A', 'V') THEN
2309:
2310: CS_CHARGE_DETAILS_VUHK.Create_Charge_Details_Post(

Line 2515: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2511: -- Make the preprocessing call to the user hooks
2512: --
2513: -- Pre call to the customer type user hook
2514: --
2515: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2516: 'Update_Charge_Details',
2517: 'B','C') THEN
2518:
2519: CS_CHARGE_DETAILS_CUHK.Update_Charge_Details_Pre(

Line 2548: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2544: --
2545: --
2546: -- Pre call to the Vertical Type User Hook
2547: --
2548: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2549: 'Update_Charge_Details',
2550: 'B', 'V') THEN
2551:
2552: CS_CHARGE_DETAILS_VUHK.Update_Charge_Details_Pre(

Line 2897: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2893: -- Make the postprocessing call to the user hooks
2894: --
2895: -- Post call to the customer type user hook
2896: --
2897: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2898: 'Update_Charge_Details',
2899: 'A','C') THEN
2900:
2901: CS_CHARGE_DETAILS_CUHK.Update_Charge_Details_Post(

Line 2931: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',

2927: --
2928: --
2929: -- Post call to the Vertical Type User Hook
2930: --
2931: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2932: 'Update_Charge_Details',
2933: 'A', 'V') THEN
2934:
2935: CS_CHARGE_DETAILS_VUHK.Update_Charge_Details_Post(