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 494: select JAI_RCV_CENVAT_CLAIM_T_S.nextval into ln_batch_identifier from dual; /* changd the name of the sequence - ssumaith - sequence change process*/

490:
491: IF V_PO_NUMBER_ASSET = V_PO_NUMBER_RECEIPT THEN
492:
493: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh. */
494: select JAI_RCV_CENVAT_CLAIM_T_S.nextval into ln_batch_identifier from dual; /* changd the name of the sequence - ssumaith - sequence change process*/
495:
496: FOR CUR_REC IN
497: (
498: SELECT

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

537: */
538:
539: BEGIN
540: IF V_DEBUG ='Y' THEN
541: FND_FILE.PUT_LINE(FND_FILE.LOG,'2.3 Before Insert into JAI_RCV_CENVAT_CLAIM_T');
542: END IF;
543:
544:
545: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh.

Line 564: INSERT INTO JAI_RCV_CENVAT_CLAIM_T

560:
561: /* Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh.
562: following added as part of DFF Elimination */
563:
564: INSERT INTO JAI_RCV_CENVAT_CLAIM_T
565: (
566: batch_identifier,
567: shipment_line_id,
568: transaction_id,