DBA Data[Home] [Help]

APPS.GMD_VARIANT_TIME_POINT_GRP dependencies on GMD_STORAGE_PLAN_DETAILS

Line 163: from gmd_storage_plan_details

159: storage_subinventory,
160: storage_locator_id,
161: test_interval_plan_id ,
162: storage_plan_detail_id
163: from gmd_storage_plan_details
164: where storage_plan_id = p_storage_plan_id;
165:
166: -- JD changed whse_code to storage_subinventory.
167: -- JD changed location to storage_locator_id.

Line 286: from gmd_storage_plan_details a,

282: x_return_status := FND_API.G_RET_STS_SUCCESS;
283: if (p_test_interval_plan_id IS NULL) then
284: select a.test_interval_plan_id
285: into l_test_interval_plan_id
286: from gmd_storage_plan_details a,
287: gmd_ss_variants b
288: where a.storage_plan_detail_id = b.storage_plan_detail_id
289: and b.variant_id = p_variant_id
290: ;