DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on MO_UTILS

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

502: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
503:
504: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
505: IF p_reporting_level = '1000' THEN
506: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
507: END IF;
508:
509: IF l_ld_sp = 'N' THEN
510: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

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

1011: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1012:
1013: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
1014: IF p_reporting_level = '1000' THEN
1015: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1016: END IF;
1017:
1018: IF l_ld_sp = 'N' THEN
1019: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

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

1604: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1605:
1606: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
1607: IF p_reporting_level = '1000' THEN
1608: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1609: END IF;
1610:
1611: IF l_ld_sp = 'N' THEN
1612: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

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

2103: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
2104:
2105: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
2106: IF p_reporting_level = '1000' THEN
2107: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
2108: END IF;
2109:
2110: IF l_ld_sp = 'N' THEN
2111: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');