DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on JTF_USR_HKS

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

1719: -- Make the preprocessing call to the user hooks
1720: --
1721: -- Pre call to the customer type user hook
1722: --
1723: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
1724: 'Create_Charge_Details',
1725: 'B','C') THEN
1726:
1727: CS_CHARGE_DETAILS_CUHK.Create_Charge_Details_Pre(

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

1754:
1755: --
1756: -- Pre call to the Vertical Type User Hook
1757: --
1758: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
1759: 'Create_Charge_Details',
1760: 'B', 'V') THEN
1761:
1762: CS_CHARGE_DETAILS_VUHK.Create_Charge_Details_Pre(

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

2131: -- Make the postprocessing call to the user hooks
2132: --
2133: -- Post call to the customer type user hook
2134: --
2135: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2136: 'Create_Charge_Details',
2137: 'A','C') THEN
2138:
2139: CS_CHARGE_DETAILS_CUHK.Create_Charge_Details_Post(

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

2167: --
2168: --
2169: -- Post call to the Vertical Type User Hook
2170: --
2171: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2172: 'Create_Charge_Details',
2173: 'A', 'V') THEN
2174:
2175: CS_CHARGE_DETAILS_VUHK.Create_Charge_Details_Post(

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

2376: -- Make the preprocessing call to the user hooks
2377: --
2378: -- Pre call to the customer type user hook
2379: --
2380: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2381: 'Update_Charge_Details',
2382: 'B','C') THEN
2383:
2384: CS_CHARGE_DETAILS_CUHK.Update_Charge_Details_Pre(

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

2409: --
2410: --
2411: -- Pre call to the Vertical Type User Hook
2412: --
2413: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2414: 'Update_Charge_Details',
2415: 'B', 'V') THEN
2416:
2417: CS_CHARGE_DETAILS_VUHK.Update_Charge_Details_Pre(

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

2745: -- Make the postprocessing call to the user hooks
2746: --
2747: -- Post call to the customer type user hook
2748: --
2749: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2750: 'Update_Charge_Details',
2751: 'A','C') THEN
2752:
2753: CS_CHARGE_DETAILS_CUHK.Update_Charge_Details_Post(

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

2779: --
2780: --
2781: -- Post call to the Vertical Type User Hook
2782: --
2783: IF jtf_usr_hks.Ok_To_Execute('CS_CHARGE_DETAILS_PVT',
2784: 'Update_Charge_Details',
2785: 'A', 'V') THEN
2786:
2787: CS_CHARGE_DETAILS_VUHK.Update_Charge_Details_Post(