DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on MO_GLOBAL

Line 1387: mo_global.get_current_org_id()

1383: P_AttributeCol(13),
1384: P_AttributeCol(14),
1385: P_AttributeCol(15),
1386: ap_expense_report_lines_s.nextval,
1387: mo_global.get_current_org_id()
1388: FROM ap_expense_report_params
1389: WHERE parameter_id = p_expLines.parameter_id;
1390:
1391: ELSE -- parameter_id IS NULL

Line 1514: mo_global.get_current_org_id() );

1510: P_AttributeCol(13),
1511: P_AttributeCol(14),
1512: P_AttributeCol(15),
1513: ap_expense_report_lines_s.nextval,
1514: mo_global.get_current_org_id() );
1515: END IF;
1516:
1517: RETURN TRUE;
1518: EXCEPTION