DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on MO_UTILS

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

1763:
1764:
1765: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
1766: IF p_reporting_level = '1000' THEN
1767: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1768: END IF;
1769:
1770: IF l_ld_sp = 'N' THEN
1771: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');