DBA Data[Home] [Help]

APPS.OE_BULK_CONFIG_UTIL dependencies on OE_CONFIG_PVT

Line 1032: OE_Config_Pvt.Delete_Config

1028: oe_debug_pub.add('SPC RETURNED ERROR , FAIL TRANSACTION' , 2 );
1029: END IF;
1030:
1031: -- delete the SPC configuration in error
1032: OE_Config_Pvt.Delete_Config
1033: ( p_config_hdr_id => l_config_header_id
1034: ,p_config_rev_nbr => l_config_rev_nbr
1035: ,x_return_status => l_return_status_del);
1036:

Line 3179: OE_Config_Pvt.Delete_Config

3175: oe_debug_pub.add( 'CRN: ' || l_delete_rec.config_rev_nbr ) ;
3176: END IF;
3177:
3178: /*
3179: OE_Config_Pvt.Delete_Config
3180: ( p_config_hdr_id => l_delete_rec.config_header_id
3181: ,p_config_rev_nbr => l_delete_rec.config_rev_nbr
3182: ,x_return_status => x_return_status);
3183: