DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on STANDARD

Line 250: UNIT_STANDARD_PRICE NUMBER DEFAULT NULL,

246: DESCRIPTION VARCHAR2(240) DEFAULT NULL,
247: QUANTITY_ORDERED NUMBER DEFAULT NULL,
248: -- QUANTITY_CREDITED NUMBER DEFAULT NULL,
249: QUANTITY_INVOICED NUMBER DEFAULT NULL,
250: UNIT_STANDARD_PRICE NUMBER DEFAULT NULL,
251: UNIT_SELLING_PRICE NUMBER DEFAULT NULL,
252: SALES_ORDER VARCHAR2(50) DEFAULT NULL,
253: SALES_ORDER_LINE VARCHAR2(30) DEFAULT NULL,
254: SALES_ORDER_DATE DATE DEFAULT NULL,

Line 768: Unit_standard_price

764: Taxable_flag
765: ra_customer_trx_lines.Taxable_flag%type,
766: Unit_selling_price
767: ra_customer_trx_lines.Unit_selling_price%type,
768: Unit_standard_price
769: ra_customer_trx_lines.Unit_standard_price%type,
770: Uom_code
771: ra_customer_trx_lines.Uom_code%type,
772: Vat_tax_id

Line 769: ra_customer_trx_lines.Unit_standard_price%type,

765: ra_customer_trx_lines.Taxable_flag%type,
766: Unit_selling_price
767: ra_customer_trx_lines.Unit_selling_price%type,
768: Unit_standard_price
769: ra_customer_trx_lines.Unit_standard_price%type,
770: Uom_code
771: ra_customer_trx_lines.Uom_code%type,
772: Vat_tax_id
773: ra_customer_trx_lines.Vat_tax_id%type,