DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_DOCUMENT_CONTROL_GRP

Line 3193: po_document_control_grp.check_control_action(

3189: po_moac_utils_pvt.set_org_context(l_po_org_id) ; --
3190:
3191: l_progress := '012';
3192:
3193: po_document_control_grp.check_control_action(
3194: p_api_version => 1.0,
3195: p_init_msg_list => fnd_api.g_true,
3196: x_return_status => l_return_status,
3197: p_doc_type => l_po_doc_type,

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

3214: IF (g_fnd_debug = 'Y') THEN
3215: IF (fnd_log.g_current_runtime_level <= fnd_log.level_statement) THEN
3216: fnd_log.string(fnd_log.level_statement,
3217: g_module_prefix || l_api_name,
3218: 'PO_Document_Control_GRP.check_control_action result:' || l_return_status);
3219: END IF;
3220: END IF;
3221:
3222: IF (l_return_status = fnd_api.g_ret_sts_success) THEN