DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on RA_CUSTOMER_TRX_ALL

Line 960: v_invoice_id ra_customer_trx_all.customer_trx_id%type;

956: )
957: is
958: v_errbuf varchar2(255);
959: v_ret_code varchar2(255);
960: v_invoice_id ra_customer_trx_all.customer_trx_id%type;
961: v_sp_org_id number; -- used to indicate whether to run concurrent program for a particular org id or all org ids
962:
963:
964: -- trace generation logic

Line 1650: from ra_customer_Trx_all trx ,

1646: cursor c_fetch_records is
1647: select trx.customer_trx_id , trx.org_id , trx.trx_number , trx.cust_trx_type_id , trx.created_from,
1648: nvl(trx.bill_to_customer_id,trx.ship_to_customer_id) customer_id, nvl(trx.bill_to_site_use_id,trx.ship_to_site_use_id) customer_site_id,
1649: decode( trx_types.TYPE ,'INV','Invoice','CM','Credit Memo','DM','Debit Memo',trx_types.TYPE ) document_type /*JMEENA for bug#4932256( FP 4913641)*/
1650: from ra_customer_Trx_all trx ,
1651: ra_cust_trx_types_all trx_types ,
1652: jai_ar_trxs jtrx /* Added for bug#5376622 */
1653: where
1654: trx.customer_trx_id = jtrx.customer_trx_id AND

Line 1748: v_created_from ra_customer_trx_all.created_from%type;

1744: v_record_exists number;
1745: v_ret_code number;
1746: v_errbuf varchar2(255);
1747: v_sqlerrm varchar2(255);
1748: v_created_from ra_customer_trx_all.created_from%type;
1749: const_manual constant ra_customer_trx_all.created_from%type := 'ARXTWMAI';
1750: const_autoinv constant ra_customer_trx_all.created_from%type := 'RAXTRX';
1751: v_some_errors char(1); -- := '0'; -- used to identify if all was successful --Ramananda for File.Sql.35
1752: v_orgn_id number;

Line 1749: const_manual constant ra_customer_trx_all.created_from%type := 'ARXTWMAI';

1745: v_ret_code number;
1746: v_errbuf varchar2(255);
1747: v_sqlerrm varchar2(255);
1748: v_created_from ra_customer_trx_all.created_from%type;
1749: const_manual constant ra_customer_trx_all.created_from%type := 'ARXTWMAI';
1750: const_autoinv constant ra_customer_trx_all.created_from%type := 'RAXTRX';
1751: v_some_errors char(1); -- := '0'; -- used to identify if all was successful --Ramananda for File.Sql.35
1752: v_orgn_id number;
1753: v_locn_id number;

Line 1750: const_autoinv constant ra_customer_trx_all.created_from%type := 'RAXTRX';

1746: v_errbuf varchar2(255);
1747: v_sqlerrm varchar2(255);
1748: v_created_from ra_customer_trx_all.created_from%type;
1749: const_manual constant ra_customer_trx_all.created_from%type := 'ARXTWMAI';
1750: const_autoinv constant ra_customer_trx_all.created_from%type := 'RAXTRX';
1751: v_some_errors char(1); -- := '0'; -- used to identify if all was successful --Ramananda for File.Sql.35
1752: v_orgn_id number;
1753: v_locn_id number;
1754: v_trx_type ra_cust_trx_types_all.type%type;