DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_LINES

Line 980: from wip_lines wl

976: IF (X_wip_line_id IS NOT NULL) THEN
977:
978: select wl.line_code
979: into X_line_num
980: from wip_lines wl
981: where wl.organization_id = X_to_organization_id
982: and wl.line_id = X_wip_line_id;
983:
984: END IF;