DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on INL_SHIP_LINES_INT

Line 90: FROM inl_ship_lines_int

86: attribute12_sl,
87: attribute13_sl,
88: attribute14_sl,
89: attribute15_sl
90: FROM inl_ship_lines_int
91: WHERE (p_group_id IS NULL
92: OR group_id = p_group_id)
93: AND processing_status_code = 'RUNNING' --'PENDING' before validation 'ERROR' IN CASE OF FAIL
94: AND ship_header_int_id = P_ship_header_int_id