DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_PC_GLOBALS

Line 1595: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);

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
1599: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,

Line 2022: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);

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
2026: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,

Line 2442: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);

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
2446: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,