DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CTO_CONFIG_ITEM_PK

Line 6253: l_cto_result := CTO_CONFIG_ITEM_PK.Delink_Item

6249: IF l_debug_level > 0 THEN
6250: oe_debug_pub.add('AFTER SELECT STMT.' , 2 );
6251: END IF;
6252:
6253: l_cto_result := CTO_CONFIG_ITEM_PK.Delink_Item
6254: ( pModelLineId => p_line_id,
6255: pConfigId => l_config_id,
6256: xErrorMessage => l_error_message,
6257: xMessageName => l_message_name,

Line 6263: oe_debug_pub.add('AFTER CALL TO CTO_CONFIG_ITEM_PK.DELINK_ITEM ',2);

6259:
6260: --returns 1 in case of successful completion, 0 in case of error
6261:
6262: IF l_debug_level > 0 THEN
6263: oe_debug_pub.add('AFTER CALL TO CTO_CONFIG_ITEM_PK.DELINK_ITEM ',2);
6264: oe_debug_pub.add('L_CTO_RESULT:'|| L_CTO_RESULT , 2 );
6265: END IF;
6266:
6267: IF (l_cto_result = 1) THEN