DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_ITEMS_INTERFACE

Line 1928: --bid_start_price column in pon_auc_items_interface for

1924:
1925: l_progress := '004';
1926: --Bug #2737797
1927: --Amount agreed needs to passed instead of unit_price to
1928: --bid_start_price column in pon_auc_items_interface for
1929: -- amount based lines.
1930:
1931: l_progress := '005';
1932: --Populate PON_AUC_ITEMS_INTERFACE table

Line 1932: --Populate PON_AUC_ITEMS_INTERFACE table

1928: --bid_start_price column in pon_auc_items_interface for
1929: -- amount based lines.
1930:
1931: l_progress := '005';
1932: --Populate PON_AUC_ITEMS_INTERFACE table
1933: insert into pon_auc_items_interface(
1934: interface_auction_header_id,
1935: interface_line_number,
1936: line_type_id,

Line 1933: insert into pon_auc_items_interface(

1929: -- amount based lines.
1930:
1931: l_progress := '005';
1932: --Populate PON_AUC_ITEMS_INTERFACE table
1933: insert into pon_auc_items_interface(
1934: interface_auction_header_id,
1935: interface_line_number,
1936: line_type_id,
1937: item_description,

Line 2097: pon_auc_items_interface paii

2093: pll.last_update_date,
2094: pll.last_updated_by
2095: from po_line_locations pll,
2096: -- bug 2714549: added paii to join; removed join to po_lines
2097: pon_auc_items_interface paii
2098: where pll.po_header_id = p_po_header_id and
2099: --bug 2714549 start: changed join conditions from po_lines
2100: -- to paii and added auction_header cond
2101: -- to ensure unique doc_id/line_id from paii

Line 2241: pon_auc_items_interface paii

2237: fnd_documents fd,
2238: fnd_documents_tl fdtl,
2239: --bug 2714549: replaced join to po_lines
2240: -- with join to paii.
2241: pon_auc_items_interface paii
2242: where fad.document_id = fd.document_id AND
2243: fd.document_id = fdtl.document_id AND
2244: fdtl.language = userenv('LANG') AND
2245: fad.entity_name = 'PO_LINES' AND