DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on MO_UTILS

Line 1796: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);

1792:
1793:
1794: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
1795: IF p_reporting_level = '1000' THEN
1796: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1797: END IF;
1798:
1799: IF l_ld_sp = 'N' THEN
1800: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');