DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CTO_CONFIG_ITEM_PK

Line 6260: l_cto_result := CTO_CONFIG_ITEM_PK.Delink_Item

6256: IF l_debug_level > 0 THEN
6257: oe_debug_pub.add('AFTER SELECT STMT.' , 2 );
6258: END IF;
6259:
6260: l_cto_result := CTO_CONFIG_ITEM_PK.Delink_Item
6261: ( pModelLineId => p_line_id,
6262: pConfigId => l_config_id,
6263: xErrorMessage => l_error_message,
6264: xMessageName => l_message_name,

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

6266:
6267: --returns 1 in case of successful completion, 0 in case of error
6268:
6269: IF l_debug_level > 0 THEN
6270: oe_debug_pub.add('AFTER CALL TO CTO_CONFIG_ITEM_PK.DELINK_ITEM ',2);
6271: oe_debug_pub.add('L_CTO_RESULT:'|| L_CTO_RESULT , 2 );
6272: END IF;
6273:
6274: IF (l_cto_result = 1) THEN