DBA Data[Home] [Help]

APPS.PO_PB_PRICEBREAK_1 dependencies on PO_LINES_ALL

Line 26: l_value_basis PO_LINES_ALL.order_type_lookup_code%TYPE; --

22: X_revised_date DATE;
23: X_item_status VARCHAR2(20) :=null;
24: X_progress VARCHAR2(3) :='000';
25:
26: l_value_basis PO_LINES_ALL.order_type_lookup_code%TYPE; --
27:
28: BEGIN
29:
30:

Line 38: FROM po_lines_all pol

34: -- Get value basis from line
35:
36: SELECT pol.order_type_lookup_code
37: INTO l_value_basis
38: FROM po_lines_all pol
39: WHERE pol.po_line_id = X_Po_Line_Id;
40:
41: X_progress :='010';
42: