DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 1594: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

1590: OE_Order_Cache.Set_Order_Header(l_header_rec);
1591:
1592: -- Bug 1755817: clear the cached constraint results for header entity
1593: -- when order header is updated.
1594: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results
1595: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);
1596:
1597: -- added for notification framework
1598: -- calling notification framework to get index position

Line 2021: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

2017: OE_Order_Cache.Set_Order_Header(l_header_rec);
2018:
2019: -- Bug 1755817: clear the cached constraint results for header entity
2020: -- when order header is updated.
2021: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results
2022: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);
2023:
2024: -- added for notification framework
2025: -- calling notification framework to get index position

Line 2084: OE_PC_Constraints_Admin_PVT.Clear_Cached_Results;

2080:
2081: END IF; -- End of OENH/OEBH vs OEOH/OEOL processing
2082:
2083: --Bug 3356542
2084: OE_PC_Constraints_Admin_PVT.Clear_Cached_Results;
2085:
2086: IF l_debug_level > 0 THEN
2087: oe_debug_pub.add('ENTERING UPDATE_FLOW_STATUS_CODE' , 5 ) ;
2088: oe_debug_pub.add('UFSC: GLOBAL RECURSION WITHOUT EXCEPTION: ' || OE_ORDER_UTIL.G_RECURSION_WITHOUT_EXCEPTION) ;

Line 2441: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

2437: OE_Order_Cache.Set_Order_Header(l_header_rec);
2438:
2439: -- Bug 1755817: clear the cached constraint results for header entity
2440: -- when order header is updated.
2441: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results
2442: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);
2443:
2444: -- added for notification framework
2445: -- calling notification framework to get index position

Line 2579: OE_PC_Constraints_Admin_PVT.Clear_Cached_Results;

2575: WHERE HEADER_ID = l_header_id;
2576: END IF;
2577: END IF; --check sales_document_type_code
2578: -- Bug 3356542
2579: OE_PC_Constraints_Admin_PVT.Clear_Cached_Results;
2580:
2581: IF l_debug_level > 0 THEN
2582: oe_debug_pub.add( 'EXITING UPDATE_QUOTE_BLANKET' , 5 ) ;
2583: END IF;