DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_LINE_LOCATIONS_ALL

Line 1227: l_line_value_basis PO_LINE_LOCATIONS_ALL.value_basis%type;

1223: x_secondary_quantity PO_LINES_ALL.SECONDARY_QUANTITY%TYPE := NULL;
1224: --
1225:
1226: -- Bug 4958300
1227: l_line_value_basis PO_LINE_LOCATIONS_ALL.value_basis%type;
1228: l_line_matching_basis PO_LINE_LOCATIONS_ALL.matching_basis%type;
1229: --
1230:
1231: BEGIN

Line 1228: l_line_matching_basis PO_LINE_LOCATIONS_ALL.matching_basis%type;

1224: --
1225:
1226: -- Bug 4958300
1227: l_line_value_basis PO_LINE_LOCATIONS_ALL.value_basis%type;
1228: l_line_matching_basis PO_LINE_LOCATIONS_ALL.matching_basis%type;
1229: --
1230:
1231: BEGIN
1232:

Line 2998: l_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;

2994:
2995: --: use local vars for this to handle BPA case
2996: l_line_id PO_LINES_ALL.po_line_id%TYPE;
2997: l_line_num PO_LINES_ALL.line_num%TYPE;
2998: l_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
2999: l_shipment_num PO_LINE_LOCATIONS_ALL.shipment_num%TYPE;
3000: l_distribution_type PO_DISTRIBUTIONS_ALL.distribution_type%TYPE;
3001:
3002: BEGIN

Line 2999: l_shipment_num PO_LINE_LOCATIONS_ALL.shipment_num%TYPE;

2995: --: use local vars for this to handle BPA case
2996: l_line_id PO_LINES_ALL.po_line_id%TYPE;
2997: l_line_num PO_LINES_ALL.line_num%TYPE;
2998: l_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
2999: l_shipment_num PO_LINE_LOCATIONS_ALL.shipment_num%TYPE;
3000: l_distribution_type PO_DISTRIBUTIONS_ALL.distribution_type%TYPE;
3001:
3002: BEGIN
3003:

Line 3215: PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;

3211: x_orig_quotation_class_code po_headers.quotation_class_code%TYPE := NULL;
3212:
3213: --< Shared Proc FPJ Start >
3214: l_orig_txn_flow_header_id
3215: PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;
3216: l_generate_new_accounts BOOLEAN := FALSE;
3217: --< Shared Proc FPJ End >
3218: l_calling_program VARCHAR2(30); --
3219: l_return_status VARCHAR2(1); --