DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on FND_MESSAGE

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

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

Line 512: l_message := FND_MESSAGE.get;

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

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

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

Line 521: l_message_acct := FND_MESSAGE.Get;

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

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

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');
1036: l_message := FND_MESSAGE.get;
1037: END IF;
1038:
1039: /* Bug fix 4942083*/

Line 1036: l_message := FND_MESSAGE.get;

1032: END IF;
1033:
1034: IF l_ld_sp = 'N' THEN
1035: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
1036: l_message := FND_MESSAGE.get;
1037: END IF;
1038:
1039: /* Bug fix 4942083*/
1040: IF arp_util.Open_Period_Exists(p_reporting_level,

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

1040: IF arp_util.Open_Period_Exists(p_reporting_level,
1041: p_reporting_entity_id,
1042: arp_recon_rep.var_tname.g_gl_date_from,
1043: arp_recon_rep.var_tname.g_gl_date_to) THEN
1044: 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
1045: l_message_acct := FND_MESSAGE.Get;
1046: END IF;
1047:
1048: /* Get the org name */

Line 1045: l_message_acct := FND_MESSAGE.Get;

1041: p_reporting_entity_id,
1042: arp_recon_rep.var_tname.g_gl_date_from,
1043: arp_recon_rep.var_tname.g_gl_date_to) THEN
1044: 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
1045: l_message_acct := FND_MESSAGE.Get;
1046: END IF;
1047:
1048: /* Get the org name */
1049: IF p_reporting_level = '3000' THEN

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

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');
2253: l_message := FND_MESSAGE.get;
2254: END IF;
2255:
2256: /* Bug fix 4942083*/

Line 2253: l_message := FND_MESSAGE.get;

2249: END IF;
2250:
2251: IF l_ld_sp = 'N' THEN
2252: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
2253: l_message := FND_MESSAGE.get;
2254: END IF;
2255:
2256: /* Bug fix 4942083*/
2257: IF arp_util.Open_Period_Exists(p_reporting_level,

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

2257: IF arp_util.Open_Period_Exists(p_reporting_level,
2258: p_reporting_entity_id,
2259: arp_recon_rep.var_tname.g_gl_date_from,
2260: arp_recon_rep.var_tname.g_gl_date_to) THEN
2261: 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
2262: l_message_acct := FND_MESSAGE.Get;
2263: END IF;
2264:
2265: /* Get the org name */

Line 2262: l_message_acct := FND_MESSAGE.Get;

2258: p_reporting_entity_id,
2259: arp_recon_rep.var_tname.g_gl_date_from,
2260: arp_recon_rep.var_tname.g_gl_date_to) THEN
2261: 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
2262: l_message_acct := FND_MESSAGE.Get;
2263: END IF;
2264:
2265: /* Get the org name */
2266: IF p_reporting_level = '3000' THEN

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

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');
3325: l_message := FND_MESSAGE.get;
3326: END IF;
3327:
3328: /* Bug fix 4942083*/

Line 3325: l_message := FND_MESSAGE.get;

3321: END IF;
3322:
3323: IF l_ld_sp = 'N' THEN
3324: FND_MESSAGE.SET_NAME('FND','FND_MO_RPT_PARTIAL_LEDGER');
3325: l_message := FND_MESSAGE.get;
3326: END IF;
3327:
3328: /* Bug fix 4942083*/
3329: IF arp_util.Open_Period_Exists(p_reporting_level,

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

3329: IF arp_util.Open_Period_Exists(p_reporting_level,
3330: p_reporting_entity_id,
3331: arp_recon_rep.var_tname.g_gl_date_from,
3332: arp_recon_rep.var_tname.g_gl_date_to) THEN
3333: 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
3334: l_message_acct := FND_MESSAGE.Get;
3335: END IF;
3336:
3337: IF p_reporting_level = '3000' THEN

Line 3334: l_message_acct := FND_MESSAGE.Get;

3330: p_reporting_entity_id,
3331: arp_recon_rep.var_tname.g_gl_date_from,
3332: arp_recon_rep.var_tname.g_gl_date_to) THEN
3333: 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
3334: l_message_acct := FND_MESSAGE.Get;
3335: END IF;
3336:
3337: IF p_reporting_level = '3000' THEN
3338: select substrb(hou.name,1,60)

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

3899: IF arp_util.Open_Period_Exists(p_reporting_level,
3900: p_reporting_entity_id,
3901: arp_recon_rep.var_tname.g_gl_date_from,
3902: arp_recon_rep.var_tname.g_gl_date_to) THEN
3903: 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
3904: l_message_acct := FND_MESSAGE.Get;
3905: END IF;
3906:
3907: --9671956

Line 3904: l_message_acct := FND_MESSAGE.Get;

3900: p_reporting_entity_id,
3901: arp_recon_rep.var_tname.g_gl_date_from,
3902: arp_recon_rep.var_tname.g_gl_date_to) THEN
3903: 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
3904: l_message_acct := FND_MESSAGE.Get;
3905: END IF;
3906:
3907: --9671956
3908: