DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_CONFIG_UTIL

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

2453: IF PG_DEBUG <> 0 THEN
2454: oe_debug_pub.add('configuration_created: ' || 'This is a config item. Check if update is user or system', 5);
2455: END IF;
2456:
2457: IF (oe_config_util.cascade_changes_flag = 'Y'
2458: OR oe_order_sch_util.oesch_perform_scheduling = 'N') THEN
2459:
2460: IF PG_DEBUG <> 0 THEN
2461: oe_debug_pub.add('configuration_created: ' || 'Cascading or scheduling change, allow update', 5);