DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on PO_LINES_SV4

Line 82: po_lines_sv4.get_ship_dist_num(X_po_line_id,

78: X_ship_total_rtot_db);
79:
80: X_Progress := '030';
81: /* Figure out how many shipments and distributions exist */
82: po_lines_sv4.get_ship_dist_num(X_po_line_id,
83: X_num_of_ship,
84: X_promised_date,
85: X_need_by,
86: X_num_of_dist,

Line 93: X_receipt_required_flag := po_lines_sv4.get_receipt_required_flag (X_line_type_id,

89: X_Progress := '040';
90: /* Populate the receipt Required Flag first from po_line_types and then,
91: ** IF it is Not a one-time item from the mtl_system_item
92: */
93: X_receipt_required_flag := po_lines_sv4.get_receipt_required_flag (X_line_type_id,
94: X_item_id,
95: X_inventory_org_id);
96:
97: X_Progress := '050';

Line 98: po_lines_sv4.get_ship_quantity_info (X_po_line_id,

94: X_item_id,
95: X_inventory_org_id);
96:
97: X_Progress := '050';
98: po_lines_sv4.get_ship_quantity_info (X_po_line_id,
99: X_expense_accrual_code,
100: X_po_header_id,
101: X_type_lookup_code,
102: X_quantity_received,

Line 113: po_lines_sv4.get_quotation_info (X_from_header_id,

109: X_Progress := '060';
110: --FRKHAN 07/31/98. Bug 706970. Removed clause 'X_item_id is not null'
111: --so that quotation info is copied even if you don't have an item id
112: if X_from_header_id is not null THEN
113: po_lines_sv4.get_quotation_info (X_from_header_id,
114: X_from_line_id,
115: X_quotation_number,
116: X_quotation_line,
117: X_quotation_type,

Line 128: po_lines_sv4.get_oke_contract_header_info(

124:
125: --togeorge 10/03/2000
126: --added a call to get the oke header info
127: if X_oke_contract_header_id is not null then
128: po_lines_sv4.get_oke_contract_header_info(
129: X_oke_contract_header_id,
130: X_oke_contract_num);
131: end if;
132: