DBA Data[Home] [Help]

APPS.XNP_CSIEAMWC_U dependencies on CSI_WIP_TRXS_PKG

Line 268: csi_wip_trxs_pkg.eam_wip_completion(

264: l_error_rec.error_text := 'xnp_xml_utils.decode failed. could not derive organization_id.';
265: RAISE dpl_error;
266: END IF;
267: debug(' organization_id :'||l_org_id);
268: csi_wip_trxs_pkg.eam_wip_completion(
269: p_wip_entity_id => l_wip_entity_id,
270: p_organization_id => l_org_id,
271: px_trx_error_rec => l_error_rec,
272: x_return_status => l_return_status);