DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on MTL_PARAMETERS

Line 838: mtl_parameters ship_from_org,

834: oe_order_lines_all l,
835: wsh_delivery_details wdd,
836: wsh_new_deliveries wnd,
837: wsh_delivery_assignments wda,
838: mtl_parameters ship_from_org,
839: mtl_system_items msi,
840: ic_item_mst ic,
841: hz_cust_accounts c,
842: hz_cust_site_uses_all s,

Line 980: FROM mtl_parameters p,

976: CURSOR get_whse_info (c_ship_from_org_id oe_order_lines.ship_from_org_id%TYPE) IS
977: SELECT s.orgn_code,
978: w.whse_code,
979: w.whse_name
980: FROM mtl_parameters p,
981: ic_whse_mst w,
982: sy_orgn_mst s
983: WHERE
984: w.mtl_organization_id = c_ship_from_org_id