DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_RCV_LINES

Line 269: update JAI_RCV_LINES

265: last_update_login = fnd_global.login_id
266: WHERE transaction_id = p_transaction_id;
267:
268: -- this is to set the flag that is shown in JAINPORE, which signifies that the cenvat is claimed or not
269: update JAI_RCV_LINES
270: set claim_modvat_flag = 'Y',
271: last_update_date = sysdate,
272: last_updated_by = fnd_global.user_id,
273: last_update_login = fnd_global.login_id

Line 1010: - post_cenvat_processor : Updates JAI_RCV_CENVAT_CLAIMS, JAI_RCV_LINES tables with claim details

1006: - Added a RECORD Definition for tax breakup as TAX_BREAUP and modified to use this as a parameter in all the calls
1007: that passes cenvat accounting and register entries. this change is made from an extensible perspective of breakup
1008: - added the following procedures
1009: - get_vendor_changed_dtls : Retuns the changed excise vendor details as OUT Parameters
1010: - post_cenvat_processor : Updates JAI_RCV_CENVAT_CLAIMS, JAI_RCV_LINES tables with claim details
1011: - other_cenvat_rg_recording : Inserts a record into JAI_CMN_RG_OTHERS table with the parameters passed to the call
1012: - added the parameters p_process_special_reason and qty in PROCESS_TRANSACTION. These are used incase the accounting
1013: and rg entries should consider these values for TAX_BREAUP instead of main transaction values.
1014: These parameters are mainly added for RECEIPTS DEPLUG to support second Claim functionality of CGIN items

Line 1796: -- CALL TO Post Processor updated claim related stuff in JAI_RCV_CENVAT_CLAIMS and JAI_RCV_LINES at RECEIVE trx level

1792: ELSE
1793: p_cenvat_claimed_ptg := 100;
1794: END IF;
1795:
1796: -- CALL TO Post Processor updated claim related stuff in JAI_RCV_CENVAT_CLAIMS and JAI_RCV_LINES at RECEIVE trx level
1797: -- Vijay Shankar for Bug#3940588
1798: post_cenvat_processor(
1799: p_transaction_id => p_transaction_id,
1800: p_cenvat_claimed_ptg => p_cenvat_claimed_ptg,