DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on JTF_USR_HKS

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

3484: g_module_type := p_module_type;
3485:
3486: /* Customer pre-processing section, Mandatory */
3487:
3488: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'B', 'C' )) then
3489: ahl_osp_orders_CUHK.process_osp_order_pre(
3490: p_osp_order_rec => p_x_osp_order_rec,
3491: p_osp_order_lines_tbl => p_x_osp_order_lines_tbl,
3492: x_msg_count => l_msg_count,

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

3855: 'API End: at the end of the procedure');
3856: END IF;
3857:
3858: /* Customer Post Processing section - mandatory */
3859: IF (JTF_USR_HKS.Ok_to_execute('AHL_OSP_ORDERS_PVT', 'PROCESS_OSP_ORDER', 'A', 'C' )) then
3860: ahl_osp_orders_CUHK. process_osp_order_Post(
3861: p_osp_order_rec => p_x_osp_order_rec,
3862: p_osp_order_lines_tbl => p_x_osp_order_lines_tbl,
3863: x_msg_count => l_msg_count,