DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FUN_TCA_PKG

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

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