DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 1879: oe_pc_constraints_admin_pvt.clear_cached_results

1875: -- cache also!
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

Line 2494: oe_pc_constraints_admin_pvt.clear_cached_results

2490: -- cache also!
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

Line 2604: oe_pc_constraints_admin_pvt.clear_cached_results;

2600: END IF;
2601: END IF; -- End of OENH/OEBH vs OEOH/OEOL processing
2602:
2603: --Bug 3356542
2604: oe_pc_constraints_admin_pvt.clear_cached_results;
2605:
2606: IF l_debug_level > 0
2607: THEN
2608: oe_debug_pub.ADD ('ENTERING UPDATE_FLOW_STATUS_CODE', 5);

Line 3086: oe_pc_constraints_admin_pvt.clear_cached_results

3082: -- cache also!
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

Line 3308: oe_pc_constraints_admin_pvt.clear_cached_results;

3304: END IF;
3305: END IF; --check sales_document_type_code
3306:
3307: -- Bug 3356542
3308: oe_pc_constraints_admin_pvt.clear_cached_results;
3309:
3310: IF l_debug_level > 0
3311: THEN
3312: oe_debug_pub.ADD ('EXITING UPDATE_QUOTE_BLANKET', 5);