DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 4999: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

4995: OE_Order_Cache.Set_Order_Header(l_header_rec);
4996:
4997: -- Bug 1755817: clear the cached constraint results for header entity
4998: -- when order header is updated.
4999: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results
5000: (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);
5001:
5002: -- jolin start
5003: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

Line 8206: -- ?? OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

8202: -- ??? OE_Order_Cache.Set_Order_Header(l_header_rec);
8203:
8204: -- Bug 1755817: clear the cached constraint results for header entity
8205: -- when order header is updated.
8206: -- ?? OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results
8207: -- ?? (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);
8208:
8209:
8210: /* commented out for multiple payments