DBA Data[Home] [Help]

APPS.MST_RELEASE dependencies on HZ_RELATIONSHIPS

Line 1308: , hz_relationships hzr

1304: from mst_release_temp_gt mrt
1305: , mst_deliveries md
1306: , mst_delivery_legs mdl
1307: , mst_plans mp
1308: , hz_relationships hzr
1309: where mrt.release_id = p_release_id
1310: and mrt.plan_id = mdl.plan_id
1311: and mrt.trip_id = mdl.trip_id
1312: and mdl.plan_id = md.plan_id

Line 1893: , hz_relationships hzr

1889: , mst_release_temp_gt mrt
1890: , mst_delivery_assignments mda
1891: , mst_delivery_details mdd
1892: , mst_delivery_details mdd1
1893: , hz_relationships hzr
1894: where mrt.plan_id = mp.plan_id
1895: and mrt.plan_id = mda.plan_id
1896: and mrt.delivery_id = mda.delivery_id
1897: and mda.plan_id = mdd.plan_id

Line 1996: , hz_relationships hzr

1992: from mst_plans mp
1993: , mst_release_temp_gt mrt
1994: , mst_delivery_assignments mda
1995: , mst_delivery_details mdd
1996: , hz_relationships hzr
1997: where mrt.plan_id = mp.plan_id
1998: and mrt.plan_id = mda.plan_id
1999: and mrt.delivery_id = mda.delivery_id
2000: and mda.plan_id = mdd.plan_id