DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on MO_GLOBAL

Line 1382: mo_global.get_current_org_id()

1378: P_AttributeCol(13),
1379: P_AttributeCol(14),
1380: P_AttributeCol(15),
1381: ap_expense_report_lines_s.nextval,
1382: mo_global.get_current_org_id()
1383: FROM ap_expense_report_params
1384: WHERE parameter_id = p_expLines.parameter_id;
1385:
1386: ELSE -- parameter_id IS NULL

Line 1509: mo_global.get_current_org_id() );

1505: P_AttributeCol(13),
1506: P_AttributeCol(14),
1507: P_AttributeCol(15),
1508: ap_expense_report_lines_s.nextval,
1509: mo_global.get_current_org_id() );
1510: END IF;
1511:
1512: RETURN TRUE;
1513: EXCEPTION