DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on ARP_UTIL

Line 515: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 1024: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 1617: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 2116: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 2672: IF arp_util.Open_Period_Exists(p_reporting_level,

2668: arp_recon_rep.var_tname.g_gl_date_from := l_gl_date_from;
2669: arp_recon_rep.var_tname.g_gl_date_to := l_gl_date_to;
2670:
2671: /* Bug fix 4942083*/
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