DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV1 dependencies on PO_LOCATION_ASSOCIATIONS

Line 120: x_customer_id po_location_associations.customer_id%type;

116: X_invoice_close_tolerance mtl_system_items.invoice_close_tolerance%type;
117: X_receive_close_tolerance mtl_system_items.receive_close_tolerance%type;
118: X_receipt_required_flag VARCHAR2(1);
119:
120: x_customer_id po_location_associations.customer_id%type;
121: x_address_id po_location_associations.address_id%type;
122: x_site_use_id po_location_associations.site_use_id%type;
123:
124: x_error_type VARCHAR2(50);

Line 121: x_address_id po_location_associations.address_id%type;

117: X_receive_close_tolerance mtl_system_items.receive_close_tolerance%type;
118: X_receipt_required_flag VARCHAR2(1);
119:
120: x_customer_id po_location_associations.customer_id%type;
121: x_address_id po_location_associations.address_id%type;
122: x_site_use_id po_location_associations.site_use_id%type;
123:
124: x_error_type VARCHAR2(50);
125:

Line 122: x_site_use_id po_location_associations.site_use_id%type;

118: X_receipt_required_flag VARCHAR2(1);
119:
120: x_customer_id po_location_associations.customer_id%type;
121: x_address_id po_location_associations.address_id%type;
122: x_site_use_id po_location_associations.site_use_id%type;
123:
124: x_error_type VARCHAR2(50);
125:
126: --