DBA Data[Home] [Help]

APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on PA_MOAC_UTILS

Line 653: /* commented out and replaced with PA_MOAC_UTILS.MO_INIT_SET_CONTEXT for bug 5365842

649:
650: END IF; -- IF (p_attach_status = G_SUBMITTED...)
651: --bug 5365842 fix begins
652: -- following PA API call to change the task status to In progress
653: /* commented out and replaced with PA_MOAC_UTILS.MO_INIT_SET_CONTEXT for bug 5365842
654: PA_INTERFACE_UTILS_PUB.SET_GLOBAL_INFO(
655: P_API_VERSION_NUMBER => 1,
656: P_RESPONSIBILITY_ID => l_responsibility_id ,
657: P_USER_ID => l_fnd_user_id,

Line 668: PA_MOAC_UTILS.MO_INIT_SET_CONTEXT

664: CLOSE c_get_curr_oper_unit_id;
665:
666: /*as per the base bug 5372737 we should pass operating unit id for orgid
667: and product_code as PA*/
668: PA_MOAC_UTILS.MO_INIT_SET_CONTEXT
669: (
670: p_org_id => l_operating_unit_id ,
671: p_product_code => 'PA',
672: p_msg_count => x_msg_count,