DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_MESSAGE

Line 1800: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');

1796: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1797: END IF;
1798:
1799: IF l_ld_sp = 'N' THEN
1800: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1801: l_message := FND_MESSAGE.get;
1802: END IF;
1803:
1804: /* Bug fix 4942083*/

Line 1801: l_message := FND_MESSAGE.get;

1797: END IF;
1798:
1799: IF l_ld_sp = 'N' THEN
1800: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1801: l_message := FND_MESSAGE.get;
1802: END IF;
1803:
1804: /* Bug fix 4942083*/
1805: IF arp_util.Open_Period_Exists(p_reporting_level,

Line 1808: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');--Changed as per Bug 5578884 the parameter to AR from FND as the message is in AR product

1804: /* Bug fix 4942083*/
1805: IF arp_util.Open_Period_Exists(p_reporting_level,
1806: p_reporting_entity_id,
1807: l_gl_as_of_date) THEN
1808: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');--Changed as per Bug 5578884 the parameter to AR from FND as the message is in AR product
1809: l_message_acct := FND_MESSAGE.Get;
1810: END IF;
1811:
1812:

Line 1809: l_message_acct := FND_MESSAGE.Get;

1805: IF arp_util.Open_Period_Exists(p_reporting_level,
1806: p_reporting_entity_id,
1807: l_gl_as_of_date) THEN
1808: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');--Changed as per Bug 5578884 the parameter to AR from FND as the message is in AR product
1809: l_message_acct := FND_MESSAGE.Get;
1810: END IF;
1811:
1812:
1813: -- Populate 'ALL' if it is run for SOB