DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FUN_TCA_PKG

Line 655: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_dist_lines_rec_type.party_id, sysdate);

651: If l_dist_lines_rec_type.party_type = 'R' Then
652:
653: --Fectch the recipient Legal Entity Id
654: l_le_party_id := null;
655: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_dist_lines_rec_type.party_id, sysdate);
656:
657: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
658: l_to_le_id := C_Le_Id_Rec.legal_entity_id;
659: End Loop;