DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on MO_UTILS

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

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

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

1027: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1028:
1029: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
1030: IF p_reporting_level = '1000' THEN
1031: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1032: END IF;
1033:
1034: IF l_ld_sp = 'N' THEN
1035: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

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

2244: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
2245:
2246: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
2247: IF p_reporting_level = '1000' THEN
2248: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
2249: END IF;
2250:
2251: IF l_ld_sp = 'N' THEN
2252: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

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

3316: l_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
3317:
3318: /* Multi Org Uptake: Show appropriate message to the user depending upon the security profile */
3319: IF p_reporting_level = '1000' THEN
3320: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
3321: END IF;
3322:
3323: IF l_ld_sp = 'N' THEN
3324: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');