DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on INV_FA_INTERFACE_PVT

Line 617: l_PayCcidTab(lrec) := Inv_Fa_Interface_Pvt.Get_Ic_Ccid

613: l_ledgerIdTab(lrec) := t_ledgerIdTab(indx) ;
614:
615: IF t_sourceTab(indx) = 'Intercompany' THEN
616: write_to_log(FND_LOG.LEVEL_STATEMENT, '10:PA Insert_mass', 'Intercompany Invoice' ) ;
617: l_PayCcidTab(lrec) := Inv_Fa_Interface_Pvt.Get_Ic_Ccid
618: ( l_invDistIdTab(lrec),
619: t_DistCcidTab(indx),
620: l_linetypeLcdtab(lrec) ) ;
621: ELSE

Line 1239: l_PayCcidTab(lrec) := Inv_Fa_Interface_Pvt.Get_Ic_Ccid

1235: l_ledgerCatCdTab(lrec) := t_ledgercatcdTab(indx) ;
1236: l_ledgeridTab(lrec) := t_ledgeridTab(indx) ;
1237:
1238: IF t_sourceTab(indx) = 'Intercompany' THEN
1239: l_PayCcidTab(lrec) := Inv_Fa_Interface_Pvt.Get_Ic_Ccid
1240: ( l_invDistIdTab(lrec),
1241: t_DistCcidTab(indx),
1242: l_linetypeLcdtab(lrec)) ;
1243: ELSE