DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on STANDARD

Line 251: UNIT_STANDARD_PRICE NUMBER DEFAULT NULL,

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

Line 770: Unit_standard_price

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

Line 771: ra_customer_trx_lines.Unit_standard_price%type,

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