DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_CONFIG_UTIL

Line 2430: IF (oe_config_util.cascade_changes_flag = 'Y'

2426: IF PG_DEBUG <> 0 THEN
2427: oe_debug_pub.add('configuration_created: ' || 'This is a config item. Check if update is user or system', 5);
2428: END IF;
2429:
2430: IF (oe_config_util.cascade_changes_flag = 'Y'
2431: OR oe_order_sch_util.oesch_perform_scheduling = 'N') THEN
2432:
2433: IF PG_DEBUG <> 0 THEN
2434: oe_debug_pub.add('configuration_created: ' || 'Cascading or scheduling change, allow update', 5);