DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PO_LINE_TYPES

Line 254: value defaulted from po_line_types in setup_interface_tables procedure.

250: Receipt_required_flag is not accepted as a parameter as it is always
251: defaulted from item/destorg,item/invorg, line type, vendor, psp
252: in the respective order, overriding the interface value.
253: At this point receipt_required_flag we have in interface table is the
254: value defaulted from po_line_types in setup_interface_tables procedure.
255: *******************************************************************/
256: if x_item_id is not null then
257: --get from item level for destination org
258: begin

Line 293: from po_line_types plt

289: if x_receipt_required_flag is null then
290: begin
291: select plt.receiving_flag
292: into x_receipt_required_flag
293: from po_line_types plt
294: where plt.line_type_id=x_line_type_id;
295: exception
296: when no_data_found then
297: null;