DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on MO_UTILS

Line 2703: l_ld_sp:= mo_utils.check_ledger_in_sp(TO_NUMBER(l_reporting_entity_id)); --* if 1000, then use the p_reporting_entity_id

2699: fa_rx_util_pkg.debug(' l_Reporting_Level = '||l_Reporting_Level);
2700: fa_rx_util_pkg.debug(' l_reporting_entity_id = '||l_reporting_entity_id);
2701:
2702: If to_number(l_Reporting_Level) = 1000 Then --* if 1000, then it means it is legal entity.
2703: l_ld_sp:= mo_utils.check_ledger_in_sp(TO_NUMBER(l_reporting_entity_id)); --* if 1000, then use the p_reporting_entity_id
2704: IF l_ld_sp = 'N' THEN
2705: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
2706: xMoac_Message :=FND_MESSAGE.get;
2707: END IF;