DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_LINES_S

Line 1651: x_secondary_quantity_def PO_LINES.SECONDARY_QUANTITY%TYPE;

1647: l_cc_amount NUMBER;
1648: --
1649: x_secondary_unit_def MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;
1650: x_secondary_uom MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;
1651: x_secondary_quantity_def PO_LINES.SECONDARY_QUANTITY%TYPE;
1652: x_preferred_grade_def MTL_GRADES.GRADE_CODE%TYPE;
1653: l_quantity_temp PO_LINES.QUANTITY%TYPE;
1654: --
1655: l_base_unit_price po_lines.base_unit_price%TYPE := NULL; --

Line 2501: SELECT po_lines_s.nextval INTO x_po_line_id FROM sys.dual;

2497: OR PO_AUTOCREATE_PARAMS.g_document_subtype='PLANNED'
2498: OR PO_AUTOCREATE_PARAMS.g_document_subtype='BLANKET' ) THEN
2499: l_progress :='290';
2500:
2501: SELECT po_lines_s.nextval INTO x_po_line_id FROM sys.dual;
2502:
2503: l_progress:='300';
2504: -- Call the Pricing API only when...
2505: --

Line 3318: /** If FSP org and item combination is dual uom control, update the po lines secondary quantity

3314: -- because x_po_line_id is the blanket line_id for 'Release'
3315: -- Introducing the 'If' statement for checking that its not a release
3316: IF (PO_AUTOCREATE_PARAMS.g_document_subtype <> 'RELEASE') THEN
3317:
3318: /** If FSP org and item combination is dual uom control, update the po lines secondary quantity
3319: with the default conversion based on the PO lines quantity **/
3320:
3321: -- update secondary quantity/uom to null
3322: