DBA Data[Home] [Help]

APPS.CSI_EAM_INTERFACE_GRP dependencies on CSI_WIP_TRXS_PKG

Line 71: csi_wip_trxs_pkg.eam_wip_completion(

67: ELSE
68:
69: debug(' bypassing the SFM Queue for CSIEAMWC '||p_wip_entity_id);
70:
71: csi_wip_trxs_pkg.eam_wip_completion(
72: p_wip_entity_id => p_wip_entity_id,
73: p_organization_id => p_organization_id,
74: px_trx_error_rec => l_error_rec,
75: x_return_status => l_return_status);

Line 155: csi_wip_trxs_pkg.eam_rebuildable_return(

151: ELSE
152:
153: debug(' bypassing the SFM Queue for CSIEAMRR '||p_instance_id);
154:
155: csi_wip_trxs_pkg.eam_rebuildable_return(
156: p_wip_entity_id => p_wip_entity_id,
157: p_organization_id => p_organization_id,
158: p_instance_id => p_instance_id,
159: px_trx_error_rec => l_error_rec,