DBA Data[Home] [Help]

APPS.PMI_BUILD_PROD_SUM dependencies on GL_PLCY_MST

Line 32: GL_PLCY_MST gpm

28: sysdate between a.period_start_date and a.period_end_Date AND
29: p_last_run_date between b.period_start_date and b.period_end_Date
30: ) d,
31: PMI_GL_TIME_V c,
32: GL_PLCY_MST gpm
33: where c.set_of_books_name = d.set_of_books_name
34: and gpm.set_of_books_name = c.set_of_books_name
35: and c.period_start_date >= d.last_start_date
36: and c.period_start_date <= sysdate