DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on JTF_USR_HKS

Line 3531: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'B', 'C' )) then

3527: g_module_type := p_module_type;
3528:
3529: /* Customer pre-processing section, Mandatory */
3530:
3531: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'B', 'C' )) then
3532: ahl_osp_orders_CUHK.process_osp_order_pre(
3533: p_osp_order_rec => p_x_osp_order_rec,
3534: p_osp_order_lines_tbl => p_x_osp_order_lines_tbl,
3535: x_msg_count => l_msg_count,

Line 4201: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'A', 'C' )) then

4197: 'API End: at the end of the procedure');
4198: END IF;
4199:
4200: /* Customer Post Processing section - mandatory */
4201: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'A', 'C' )) then
4202: ahl_osp_orders_CUHK. process_osp_order_Post(
4203: p_osp_order_rec => p_x_osp_order_rec,
4204: p_osp_order_lines_tbl => p_x_osp_order_lines_tbl,
4205: x_msg_count => l_msg_count,