DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_PC_GLOBALS

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

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
5004:

Line 8207: -- ?? (p_validation_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER);

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
8211: