DBA Data[Home] [Help]

APPS.CN_SRP_PERIOD_QUOTAS_PKG dependencies on GL_SETS_OF_BOOKS

Line 976: gl_sets_of_books b ,

972: -- get precision
973: SELECT c.extended_precision
974: INTO g_ext_precision
975: FROM cn_repositories r,
976: gl_sets_of_books b ,
977: fnd_currencies c ,
978: cn_srp_period_quotas spq
979: WHERE r.org_id = spq.org_id
980: AND r.set_of_books_id = b.set_of_books_id

Line 1554: gl_sets_of_books b ,

1550: -- get precision
1551: SELECT c.extended_precision
1552: INTO g_ext_precision
1553: FROM cn_repositories r,
1554: gl_sets_of_books b ,
1555: fnd_currencies c ,
1556: cn_srp_quota_assigns sqa
1557: WHERE r.org_id = sqa.org_id
1558: AND r.set_of_books_id = b.set_of_books_id