DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_TCA_PKG

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

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

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

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

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

809: If l_batch_rec.initiator_id is null Then
810: Raise Initiator_Excpt;
811: End If;
812:
813: l_le_party_id := fun_tca_pkg.get_le_id(l_batch_rec.initiator_id, sysdate);
814:
815: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
816: l_batch_rec.from_le_id := C_Le_Id_Rec.legal_entity_id;
817: End Loop;

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

938: End If;
939:
940:
941: l_le_party_id := null;
942: l_le_party_id := Fun_Tca_Pkg.Get_Le_Id(l_trx_tbl(l_count).recipient_id, sysdate);
943: For C_Le_Id_Rec In C_Le_Id(l_le_party_id) Loop
944: l_trx_tbl(l_count).to_le_id := C_Le_Id_Rec.legal_entity_id;
945: End Loop;
946: