DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_MTL_TRXS_PKG

Line 1: PACKAGE BODY JAI_MTL_TRXS_PKG AS

1: PACKAGE BODY JAI_MTL_TRXS_PKG AS
2: /* $Header: jai_mtl_trxs_pkg.plb 120.15.12010000.2 2008/11/19 12:10:26 mbremkum ship $ */
3:
4: /*----------------------------------------------------------------------------------------------------------------------
5: CHANGE HISTORY: FILENAME: jai_mtl_trxs_pkg.plb

Line 2: /* $Header: jai_mtl_trxs_pkg.plb 120.15.12010000.2 2008/11/19 12:10:26 mbremkum ship $ */

1: PACKAGE BODY JAI_MTL_TRXS_PKG AS
2: /* $Header: jai_mtl_trxs_pkg.plb 120.15.12010000.2 2008/11/19 12:10:26 mbremkum ship $ */
3:
4: /*----------------------------------------------------------------------------------------------------------------------
5: CHANGE HISTORY: FILENAME: jai_mtl_trxs_pkg.plb
6: S.No Date Author and Details

Line 5: CHANGE HISTORY: FILENAME: jai_mtl_trxs_pkg.plb

1: PACKAGE BODY JAI_MTL_TRXS_PKG AS
2: /* $Header: jai_mtl_trxs_pkg.plb 120.15.12010000.2 2008/11/19 12:10:26 mbremkum ship $ */
3:
4: /*----------------------------------------------------------------------------------------------------------------------
5: CHANGE HISTORY: FILENAME: jai_mtl_trxs_pkg.plb
6: S.No Date Author and Details
7: ------------------------------------------------------------------------------------------------------------------------
8: 1 24-Jan-2007 rchandan for #2942973 for File Version 115.6 (INTER ORG Impl.)
9: The parameter p_receipt_num in claim_balance_cgvat was defined as NUMBER and

Line 991: jai_mtl_trxs_pkg.do_cenvat_Acctg(

987: p_process_message := lv_process_message;
988: RETURN;
989: END IF;
990: begin
991: jai_mtl_trxs_pkg.do_cenvat_Acctg(
992: p_set_of_books_id => p_set_of_books_id ,
993: p_transaction_temp_id =>p_transaction_temp_id ,
994: p_je_source_name =>v_source_name ,
995: p_je_category_name =>v_category_name,

Line 3298: lv_reference_23:='jai_mtl_trxs_pkg.std_cost_entry';

3294: lv_source_name := 'Purchasing India';
3295: lv_category_name:='MMT';/*6504150*/
3296: lv_reference_10 :='India Local Standard Cost Entry For INTERORG_XFER and Organization_code= '|| lv_organization_code ;
3297: lv_reference_entry := 'India Localization Entry';
3298: lv_reference_23:='jai_mtl_trxs_pkg.std_cost_entry';
3299: lv_reference_24:='jai_mtl_trxs';
3300: lv_reference_26:='transaction_id';
3301: lv_currency_code :='INR';
3302:

Line 3850: 'jai_mtl_trxs_pkg.auto_claim',

3846: NULL,
3847: r_mtl_params.organization_code,
3848: lv_reference_10,
3849: 'India Localization Entry',
3850: 'jai_mtl_trxs_pkg.auto_claim',
3851: 'rcv_transactions',
3852: 'rcv_Transaction_id',
3853: r_Trx.transaction_id,
3854: r_trx.organization_id

Line 3964: 'jai_mtl_trxs_pkg.auto_claim',

3960: NULL,
3961: r_mtl_params.organization_code,
3962: lv_reference_10,
3963: 'India Localization Entry',
3964: 'jai_mtl_trxs_pkg.auto_claim',
3965: 'rcv_transactions',
3966: 'rcv_Transaction_id',
3967: r_Trx.transaction_id,
3968: r_trx.organization_id

Line 4111: 'jai_mtl_trxs_pkg.auto_claim',

4107: NULL,
4108: r_mtl_params.organization_code,
4109: lv_reference_10,
4110: 'India Localization Entry',
4111: 'jai_mtl_trxs_pkg.auto_claim',
4112: 'rcv_transactions',
4113: 'rcv_Transaction_id',
4114: r_Trx.transaction_id,
4115: r_trx.organization_id

Line 4226: 'jai_mtl_trxs_pkg.auto_claim',

4222: NULL,
4223: r_mtl_params.organization_code,
4224: lv_reference_10,
4225: 'India Localization Entry',
4226: 'jai_mtl_trxs_pkg.auto_claim',
4227: 'rcv_transactions',
4228: 'rcv_Transaction_id',
4229: r_Trx.transaction_id,
4230: r_trx.organization_id

Line 4732: lv_reference_23 := 'jai_mtl_trxs_pkg.process_vat_claim_acctg';

4728: lv_account_nature := 'VAT CLAIM';
4729: lv_source_name := 'Purchasing';
4730: lv_category_name := 'Receiving India';
4731: lv_reference_10 := 'VAT claim accounting';
4732: lv_reference_23 := 'jai_mtl_trxs_pkg.process_vat_claim_acctg';
4733: lv_reference_24 := 'jai_rgm_trx_records';
4734: lv_reference_26 := 'repository_id';
4735: lv_currency_code := jai_constants.func_curr;
4736: ld_accounting_date := TRUNC(SYSDATE);