DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on ARP_UTIL

Line 516: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 1040: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 2257: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 3329: IF arp_util.Open_Period_Exists(p_reporting_level,

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

Line 3899: IF arp_util.Open_Period_Exists(p_reporting_level,

3895: arp_recon_rep.var_tname.g_gl_date_from := l_gl_date_from;
3896: arp_recon_rep.var_tname.g_gl_date_to := l_gl_date_to;
3897:
3898: /* Bug fix 4942083*/
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