DBA Data[Home] [Help]

APPS.ARP_STAX_MINUS99 dependencies on GL_PERIOD_STATUSES

Line 1120: from gl_period_statuses p, gl_sets_of_books g

1116: end_date out NOCOPY date ) is
1117:
1118: cursor sel_date( trx_date in date ) is
1119: select p.start_date, p.end_date
1120: from gl_period_statuses p, gl_sets_of_books g
1121: where p.application_id = arp_standard.application_id
1122: and p.set_of_books_id = arp_standard.sysparm.set_of_books_id
1123: and trunc(trx_date) between p.start_date and p.end_date
1124: and g.set_of_books_id = p.set_of_books_id