DBA Data[Home] [Help]

APPS.RCI_OPEN_ISSUE_SUMM_PKG dependencies on AMW_GL_PERIODS_V

Line 162: amw_gl_periods_v agpv,

158: eng_change_subjects ecs,
159: AMW_FIN_PROC_CERT_RELAN afpcr,
160: amw_certification_b proc_cert,
161: amw_certification_b fin_cert,
162: amw_gl_periods_v agpv,
163: fii_time_day ftd
164: where change_order_type_id in (select change_order_type_id
165: from eng_change_order_types
166: where type_classification='HEADER'

Line 288: ,amw_gl_periods_v agpv

284: l_ent_period_end, l_ent_qtr_end, l_ent_yr_end
285: from AMW_CERTIFICATION_B cert
286: ,AMW_FIN_PROC_CERT_RELAN rln
287: ,AMW_CERTIFICATION_B cert2
288: ,amw_gl_periods_v agpv
289: ,fii_time_day ftd
290: where cert.OBJECT_TYPE = 'PROCESS'
291: and rln.PROC_CERT_ID=cert.CERTIFICATION_ID
292: and rln.END_DATE IS NULL