DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_LINES

Line 984: from wip_lines wl

980: IF (X_wip_line_id IS NOT NULL) THEN
981:
982: select wl.line_code
983: into X_line_num
984: from wip_lines wl
985: where wl.organization_id = X_to_organization_id
986: and wl.line_id = X_wip_line_id;
987:
988: END IF;