DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_MESSAGE

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

1767: l_ld_sp:= mo_utils.check_ledger_in_sp(p_reporting_entity_id);
1768: END IF;
1769:
1770: IF l_ld_sp = 'N' THEN
1771: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1772: l_message := FND_MESSAGE.get;
1773: END IF;
1774:
1775: /* Bug fix 4942083*/

Line 1772: l_message := FND_MESSAGE.get;

1768: END IF;
1769:
1770: IF l_ld_sp = 'N' THEN
1771: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1772: l_message := FND_MESSAGE.get;
1773: END IF;
1774:
1775: /* Bug fix 4942083*/
1776: IF arp_util.Open_Period_Exists(p_reporting_level,

Line 1779: 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

1775: /* Bug fix 4942083*/
1776: IF arp_util.Open_Period_Exists(p_reporting_level,
1777: p_reporting_entity_id,
1778: l_gl_as_of_date) THEN
1779: 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
1780: l_message_acct := FND_MESSAGE.Get;
1781: END IF;
1782:
1783:

Line 1780: l_message_acct := FND_MESSAGE.Get;

1776: IF arp_util.Open_Period_Exists(p_reporting_level,
1777: p_reporting_entity_id,
1778: l_gl_as_of_date) THEN
1779: 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
1780: l_message_acct := FND_MESSAGE.Get;
1781: END IF;
1782:
1783:
1784: -- Populate 'ALL' if it is run for SOB