DBA Data[Home] [Help]

APPS.RCV_INSERT_FROM_INL dependencies on INL_SHIP_LINE_GROUPS

Line 64: inl_ship_line_groups slg

60: slg.party_site_id,
61: sh.org_id,
62: slg.src_type_code
63: FROM inl_ship_headers sh,
64: inl_ship_line_groups slg
65: WHERE sh.ship_header_id = slg.ship_header_id
66: AND sh.ship_header_id = l_ship_header_id
67: AND slg.ship_line_group_id = l_ship_line_group_id
68: AND slg.src_type_code = 'PO';