DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on MO_UTILS

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

2774: fa_rx_util_pkg.debug(' l_Reporting_Level = '||l_Reporting_Level);
2775: fa_rx_util_pkg.debug(' l_reporting_entity_id = '||l_reporting_entity_id);
2776:
2777: If to_number(l_Reporting_Level) = 1000 Then --* if 1000, then it means it is legal entity.
2778: l_ld_sp:= mo_utils.check_ledger_in_sp(TO_NUMBER(l_reporting_entity_id)); --* if 1000, then use the p_reporting_entity_id
2779: IF l_ld_sp = 'N' THEN
2780: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
2781: xMoac_Message :=FND_MESSAGE.get;
2782: END IF;