DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on GL_SETS_OF_BOOKS

Line 1050: GL_SETS_OF_BOOKS B

1046: BEGIN
1047: SELECT G.period_name
1048: INTO l_period_name
1049: FROM GL_PERIOD_STATUSES G,
1050: GL_SETS_OF_BOOKS B
1051: WHERE B.SET_OF_BOOKS_ID = arp_standard.sysparm.set_of_books_id
1052: AND G.SET_OF_BOOKS_ID = B.SET_OF_BOOKS_ID
1053: AND G.PERIOD_TYPE = B.ACCOUNTED_PERIOD_TYPE
1054: AND G.APPLICATION_ID = 222

Line 3063: gl_sets_of_books gsb,

3059: base_precision,
3060: base_min_acc_unit
3061: FROM
3062: fnd_currencies fc,
3063: gl_sets_of_books gsb,
3064: ar_system_parameters asp
3065: WHERE
3066: gsb.set_of_books_id = asp.set_of_books_id
3067: AND fc.currency_code = gsb.currency_code;