DBA Data[Home] [Help]

APPS.CHV_CONFIRM_SCHEDULES dependencies on CHV_ORG_OPTIONS

Line 157: chv_org_options coo

153: csi.purchasing_unit_of_measure,
154: coo.enable_cum_flag
155: FROM chv_schedule_items csi,
156: chv_schedule_headers csh,
157: chv_org_options coo
158: WHERE csi.schedule_id = p_schedule_id
159: AND csi.schedule_id = csh.schedule_id
160: AND csi.organization_id = coo.organization_id ;
161: