DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on GL_PERIOD_STATUSES

Line 95: gl_period_statuses b

91: IS
92: CURSOR sob_upg_date(p_operating_unit_id IN NUMBER) IS
93: SELECT MIN(b.start_date)
94: FROM cst_acct_info_v a,
95: gl_period_statuses b
96: WHERE a.ledger_id = b.set_of_books_id
97: AND b.migration_status_code = 'U'
98: AND a.operating_unit = p_operating_unit_id;
99: