DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_PC_GLOBALS

Line 1880: (p_validation_entity_id => oe_pc_globals.g_entity_header);

1876: oe_order_cache.set_order_header (l_header_rec);
1877: -- Bug 1755817: clear the cached constraint results for header entity
1878: -- when order header is updated.
1879: oe_pc_constraints_admin_pvt.clear_cached_results
1880: (p_validation_entity_id => oe_pc_globals.g_entity_header);
1881: -- added for notification framework
1882: -- calling notification framework to get index position
1883: oe_order_util.update_global_picture
1884: (p_upd_new_rec_if_exists => FALSE,

Line 2495: (p_validation_entity_id => oe_pc_globals.g_entity_header);

2491: oe_order_cache.set_order_header (l_header_rec);
2492: -- Bug 1755817: clear the cached constraint results for header entity
2493: -- when order header is updated.
2494: oe_pc_constraints_admin_pvt.clear_cached_results
2495: (p_validation_entity_id => oe_pc_globals.g_entity_header);
2496: -- added for notification framework
2497: -- calling notification framework to get index position
2498: oe_order_util.update_global_picture
2499: (p_upd_new_rec_if_exists => FALSE,

Line 3087: (p_validation_entity_id => oe_pc_globals.g_entity_header);

3083: oe_order_cache.set_order_header (l_header_rec);
3084: -- Bug 1755817: clear the cached constraint results for header entity
3085: -- when order header is updated.
3086: oe_pc_constraints_admin_pvt.clear_cached_results
3087: (p_validation_entity_id => oe_pc_globals.g_entity_header);
3088: -- added for notification framework
3089: -- calling notification framework to get index position
3090: oe_order_util.update_global_picture
3091: (p_upd_new_rec_if_exists => FALSE,