DBA Data[Home] [Help]

APPS.PA_BILLING_CORE dependencies on MO_GLOBAL

Line 1181: mo_global.get_current_org_id

1177: /* MCB2 columns begin */
1178: nvl(x_agreement_currency_code,a.agreement_currency_code),
1179: nvl(x_owning_organization_id,a.owning_organization_id),
1180: a.invoice_limit_flag,
1181: mo_global.get_current_org_id
1182: /* MCB2 columns end */
1183: FROM pa_agreements_all a, pa_projects_all p
1184: WHERE p.project_id = x_new_project_id
1185: /* Bug 727421 Performance Issue