DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_TCA_PKG

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

512: If l_dist_lines_rec_type.party_type = 'R' Then
513:
514: --Fectch the recipient Legal Entity Id
515: l_le_party_id := null;
516: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_dist_lines_rec_type.party_id, sysdate);
517:
518: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
519: l_to_le_id := C_Le_Id_Rec.legal_entity_id;
520: End Loop;

Line 722: And fun_tca_pkg.get_le_id(hzp.party_id) = xfi.party_id

718: From Hz_Parties hzp,
719: xle_firstparty_information_v xfi ,
720: Gl_Ledger_Le_V led
721: Where hzp.party_name = cp_party_name
722: And fun_tca_pkg.get_le_id(hzp.party_id) = xfi.party_id
723: And xfi.legal_entity_id = led.legal_entity_id
724: And led.ledger_category_code = 'PRIMARY';
725:
726: Cursor C_Flex_Info(cp_chart_of_accounts_id In Fnd_Id_Flex_Structures.id_flex_num%type) Is

Line 820: l_le_party_id := fun_tca_pkg.get_le_id(l_batch_rec.initiator_id, sysdate);

816: If l_batch_rec.initiator_id is null Then
817: Raise Initiator_Excpt;
818: End If;
819:
820: l_le_party_id := fun_tca_pkg.get_le_id(l_batch_rec.initiator_id, sysdate);
821:
822: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
823: l_batch_rec.from_le_id := C_Le_Id_Rec.legal_entity_id;
824: End Loop;

Line 949: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_trx_tbl(l_count).recipient_id, sysdate);

945: End If;
946:
947:
948: l_le_party_id := null;
949: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_trx_tbl(l_count).recipient_id, sysdate);
950: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
951: l_trx_tbl(l_count).to_le_id := C_Le_Id_Rec.legal_entity_id;
952: End Loop;
953: