DBA Data[Home] [Help]

APPS.PA_AGREEMENT_CORE dependencies on MO_GLOBAL

Line 848: l_org_id := mo_global.get_current_org_id;

844: l_invoice_limit_flag := p_invoice_limit_flag;
845: end if;
846:
847: /* Shared Services. Checking get_current_org_id has value*/
848: l_org_id := mo_global.get_current_org_id;
849:
850: if l_org_id is null then
851: raise no_data_found;
852: end if;