DBA Data[Home] [Help]

APPS.AMW_PROCCERT_EVENT_PVT dependencies on AMW_GL_PERIODS_V

Line 114: FROM AMW_CERTIFICATION_B cert, AMW_GL_PERIODS_V period

110: AND organization_id = c_org_id;
111:
112: CURSOR c_start_date(c_cert_id NUMBER) IS
113: SELECT period.start_date
114: FROM AMW_CERTIFICATION_B cert, AMW_GL_PERIODS_V period
115: WHERE cert.certification_period_name = period.period_name
116: AND cert.certification_period_set_name = period.period_set_name
117: AND cert.certification_id = c_cert_id;
118: