DBA Data[Home] [Help]

APPS.JAI_FA_ASSETS_PKG dependencies on JAI_RCV_CENVAT_CLAIM_T

Line 24: added the who columns in the insert into table JAI_RCV_CENVAT_CLAIM_T

20: The ap_invoice_lines_all is used instead of ap_invoice_distributions_all while querying wherever applicable.
21: While calculating the apportion factor the distribution amount is taken instead of line amount.
22:
23: 10 07/12/2005 Hjujjuru for the bug 4866533 File version 120.2
24: added the who columns in the insert into table JAI_RCV_CENVAT_CLAIM_T
25: Dependencies Due to this bug:-
26: None
27: 02/11/2006 for Bug 5228046, File version 120.3
28: Forward porting the change in 11i bug 5365523 (Additional CVD Enhancement).

Line 500: select JAI_RCV_CENVAT_CLAIM_T_S.nextval into ln_batch_identifier from dual; /* changd the name of the sequence - ssumaith - sequence change process*/

496:
497: IF V_PO_NUMBER_ASSET = V_PO_NUMBER_RECEIPT THEN
498:
499: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh. */
500: select JAI_RCV_CENVAT_CLAIM_T_S.nextval into ln_batch_identifier from dual; /* changd the name of the sequence - ssumaith - sequence change process*/
501:
502: FOR CUR_REC IN
503: (
504: SELECT

Line 547: FND_FILE.PUT_LINE(FND_FILE.LOG,'2.3 Before Insert into JAI_RCV_CENVAT_CLAIM_T');

543: */
544:
545: BEGIN
546: IF V_DEBUG ='Y' THEN
547: FND_FILE.PUT_LINE(FND_FILE.LOG,'2.3 Before Insert into JAI_RCV_CENVAT_CLAIM_T');
548: END IF;
549:
550:
551: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh.

Line 570: INSERT INTO JAI_RCV_CENVAT_CLAIM_T

566:
567: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh.
568: following added as part of DFF Elimination */
569:
570: INSERT INTO JAI_RCV_CENVAT_CLAIM_T
571: (
572: batch_identifier,
573: shipment_line_id,
574: transaction_id,