DBA Data[Home] [Help]

APPS.AR_RAXGLR_XMLP_PKG dependencies on MO_UTILS

Line 13: l_ld_sp:= mo_utils.check_ledger_in_sp(TO_NUMBER(p_reporting_entity_id));

9:
10: /*Following section is added to print message for user for bug 4327441*/
11: rp_message:=null;
12: IF to_number(p_reporting_level) = 1000 THEN
13: l_ld_sp:= mo_utils.check_ledger_in_sp(TO_NUMBER(p_reporting_entity_id));
14:
15: IF l_ld_sp = 'N' THEN
16: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
17: rp_message := FND_MESSAGE.get;