DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on FND_MESSAGE

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

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');
511: l_message := FND_MESSAGE.get;
512: END IF;
513:
514: /* Bug fix 4942083*/

Line 511: l_message := FND_MESSAGE.get;

507: END IF;
508:
509: IF l_ld_sp = 'N' THEN
510: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
511: l_message := FND_MESSAGE.get;
512: END IF;
513:
514: /* Bug fix 4942083*/
515: IF arp_util.Open_Period_Exists(p_reporting_level,

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

515: IF arp_util.Open_Period_Exists(p_reporting_level,
516: p_reporting_entity_id,
517: arp_recon_rep.var_tname.g_gl_date_from,
518: arp_recon_rep.var_tname.g_gl_date_to) THEN
519: 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
520: l_message_acct := FND_MESSAGE.Get;
521: END IF;
522:
523: /* Get the org name */

Line 520: l_message_acct := FND_MESSAGE.Get;

516: p_reporting_entity_id,
517: arp_recon_rep.var_tname.g_gl_date_from,
518: arp_recon_rep.var_tname.g_gl_date_to) THEN
519: 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
520: l_message_acct := FND_MESSAGE.Get;
521: END IF;
522:
523: /* Get the org name */
524: IF p_reporting_level = '3000' THEN

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

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');
1020: l_message := FND_MESSAGE.get;
1021: END IF;
1022:
1023: /* Bug fix 4942083*/

Line 1020: l_message := FND_MESSAGE.get;

1016: END IF;
1017:
1018: IF l_ld_sp = 'N' THEN
1019: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1020: l_message := FND_MESSAGE.get;
1021: END IF;
1022:
1023: /* Bug fix 4942083*/
1024: IF arp_util.Open_Period_Exists(p_reporting_level,

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

1024: IF arp_util.Open_Period_Exists(p_reporting_level,
1025: p_reporting_entity_id,
1026: arp_recon_rep.var_tname.g_gl_date_from,
1027: arp_recon_rep.var_tname.g_gl_date_to) THEN
1028: 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
1029: l_message_acct := FND_MESSAGE.Get;
1030: END IF;
1031:
1032: /* Get the org name */

Line 1029: l_message_acct := FND_MESSAGE.Get;

1025: p_reporting_entity_id,
1026: arp_recon_rep.var_tname.g_gl_date_from,
1027: arp_recon_rep.var_tname.g_gl_date_to) THEN
1028: 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
1029: l_message_acct := FND_MESSAGE.Get;
1030: END IF;
1031:
1032: /* Get the org name */
1033: IF p_reporting_level = '3000' THEN

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

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');
1613: l_message := FND_MESSAGE.get;
1614: END IF;
1615:
1616: /* Bug fix 4942083*/

Line 1613: l_message := FND_MESSAGE.get;

1609: END IF;
1610:
1611: IF l_ld_sp = 'N' THEN
1612: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1613: l_message := FND_MESSAGE.get;
1614: END IF;
1615:
1616: /* Bug fix 4942083*/
1617: IF arp_util.Open_Period_Exists(p_reporting_level,

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

1617: IF arp_util.Open_Period_Exists(p_reporting_level,
1618: p_reporting_entity_id,
1619: arp_recon_rep.var_tname.g_gl_date_from,
1620: arp_recon_rep.var_tname.g_gl_date_to) THEN
1621: 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
1622: l_message_acct := FND_MESSAGE.Get;
1623: END IF;
1624:
1625: /* Get the org name */

Line 1622: l_message_acct := FND_MESSAGE.Get;

1618: p_reporting_entity_id,
1619: arp_recon_rep.var_tname.g_gl_date_from,
1620: arp_recon_rep.var_tname.g_gl_date_to) THEN
1621: 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
1622: l_message_acct := FND_MESSAGE.Get;
1623: END IF;
1624:
1625: /* Get the org name */
1626: IF p_reporting_level = '3000' THEN

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

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');
2112: l_message := FND_MESSAGE.get;
2113: END IF;
2114:
2115: /* Bug fix 4942083*/

Line 2112: l_message := FND_MESSAGE.get;

2108: END IF;
2109:
2110: IF l_ld_sp = 'N' THEN
2111: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
2112: l_message := FND_MESSAGE.get;
2113: END IF;
2114:
2115: /* Bug fix 4942083*/
2116: IF arp_util.Open_Period_Exists(p_reporting_level,

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

2116: IF arp_util.Open_Period_Exists(p_reporting_level,
2117: p_reporting_entity_id,
2118: arp_recon_rep.var_tname.g_gl_date_from,
2119: arp_recon_rep.var_tname.g_gl_date_to) THEN
2120: 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
2121: l_message_acct := FND_MESSAGE.Get;
2122: END IF;
2123:
2124: IF p_reporting_level = '3000' THEN

Line 2121: l_message_acct := FND_MESSAGE.Get;

2117: p_reporting_entity_id,
2118: arp_recon_rep.var_tname.g_gl_date_from,
2119: arp_recon_rep.var_tname.g_gl_date_to) THEN
2120: 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
2121: l_message_acct := FND_MESSAGE.Get;
2122: END IF;
2123:
2124: IF p_reporting_level = '3000' THEN
2125: select substrb(hou.name,1,60)

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

2672: IF arp_util.Open_Period_Exists(p_reporting_level,
2673: p_reporting_entity_id,
2674: arp_recon_rep.var_tname.g_gl_date_from,
2675: arp_recon_rep.var_tname.g_gl_date_to) THEN
2676: 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
2677: l_message_acct := FND_MESSAGE.Get;
2678: END IF;
2679:
2680: execute immediate '

Line 2677: l_message_acct := FND_MESSAGE.Get;

2673: p_reporting_entity_id,
2674: arp_recon_rep.var_tname.g_gl_date_from,
2675: arp_recon_rep.var_tname.g_gl_date_to) THEN
2676: 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
2677: l_message_acct := FND_MESSAGE.Get;
2678: END IF;
2679:
2680: execute immediate '
2681: insert into ar_gl_recon_gt(code_combination_id,