DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_RCV_LINES

Line 356: update JAI_RCV_LINES

352: last_update_login = fnd_global.login_id
353: WHERE transaction_id = p_transaction_id;
354:
355: -- this is to set the flag that is shown in JAINPORE, which signifies that the cenvat is claimed or not
356: update JAI_RCV_LINES
357: set claim_modvat_flag = 'Y',
358: last_update_date = sysdate,
359: last_updated_by = fnd_global.user_id,
360: last_update_login = fnd_global.login_id

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

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

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

1970: ELSE
1971: p_cenvat_claimed_ptg := 100;
1972: END IF;
1973:
1974: -- CALL TO Post Processor updated claim related stuff in JAI_RCV_CENVAT_CLAIMS and JAI_RCV_LINES at RECEIVE trx level
1975: -- Vijay Shankar for Bug#3940588
1976: post_cenvat_processor(
1977: p_transaction_id => p_transaction_id,
1978: p_cenvat_claimed_ptg => p_cenvat_claimed_ptg,