DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_DOCUMENT_CONTROL_GRP

Line 3129: po_document_control_grp.check_control_action(

3125: po_moac_utils_pvt.set_org_context(l_po_org_id) ; --
3126:
3127: l_progress := '012';
3128:
3129: po_document_control_grp.check_control_action(
3130: p_api_version => 1.0,
3131: p_init_msg_list => fnd_api.g_true,
3132: x_return_status => l_return_status,
3133: p_doc_type => l_po_doc_type,

Line 3154: 'PO_Document_Control_GRP.check_control_action result:' || l_return_status);

3150: IF (g_fnd_debug = 'Y') THEN
3151: IF (fnd_log.g_current_runtime_level <= fnd_log.level_statement) THEN
3152: fnd_log.string(fnd_log.level_statement,
3153: g_module_prefix || l_api_name,
3154: 'PO_Document_Control_GRP.check_control_action result:' || l_return_status);
3155: END IF;
3156: END IF;
3157:
3158: IF (l_return_status = fnd_api.g_ret_sts_success) THEN