DBA Data[Home] [Help]

APPS.CHV_BUILD_SCHEDULES dependencies on CHV_ORG_OPTIONS

Line 115: FROM chv_org_options coo

111: SELECT coo.organization_id,
112: p_mrp_compile_designator,
113: p_mps_schedule_designator,
114: p_drp_compile_designator
115: FROM chv_org_options coo
116: WHERE nvl(p_ship_to_organization_id,
117: coo.organization_id) = coo.organization_id;
118:
119: -- When we a running in a non-multi-org situation we are going

Line 1795: FROM chv_org_options

1791: END IF;
1792:
1793: SELECT nvl(enable_cum_flag,'N')
1794: INTO x_enable_cum_flag_l
1795: FROM chv_org_options
1796: WHERE organization_id = x_organization_id;
1797:
1798: -- If we are building a simulation schedule, we will still let
1799: -- you build the schedule if a cum period is not open.