DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MO_GLOBAL

Line 6582: mo_global.set_policy_context('S',l_org_id);

6578:
6579: --bug#13472453
6580: -- Set the Policy context as required for MOAC Uptake, Bug#4421242
6581: fnd_profile.get('ORG_ID', l_org_id);
6582: mo_global.set_policy_context('S',l_org_id);
6583:
6584: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.interface_id, --bug 9263438
6585: p_validationLevel => p_validation_level,
6586: x_wipEntityID => l_wip_entity_id,

Line 6591: mo_global.set_policy_context('M',null);

6587: x_returnStatus => x_return_status,
6588: x_errorMsg => x_msg_data );
6589:
6590: -- Change the Policy context back to multiple
6591: mo_global.set_policy_context('M',null);
6592: --bug#13472453
6593:
6594: -- dbms_output.put_line('After calling createonejob');
6595:

Line 7389: mo_global.set_policy_context('S',l_org_id);

7385:
7386: --bug#13472453
7387: -- Set the Policy context as required for MOAC Uptake, Bug#4421242
7388: fnd_profile.get('ORG_ID', l_org_id);
7389: mo_global.set_policy_context('S',l_org_id);
7390:
7391: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.interface_id, --bug 9263438
7392: p_validationLevel => p_validation_level,
7393: x_wipEntityID => l_wip_entity_id,

Line 7398: mo_global.set_policy_context('M',null);

7394: x_returnStatus => x_return_status,
7395: x_errorMsg => x_msg_data );
7396:
7397: -- Change the Policy context back to multiple
7398: mo_global.set_policy_context('M',null);
7399: --bug#13472453
7400:
7401:
7402: If ( ml_error_exists( l_job_header_rec.group_id ) or