DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 159: l_le_party_id Xle_Firstparty_Information_V.party_id%type;

155: l_to_ledger_id NUMBER; -- Bug: 7695801
156:
157: -- 25-10-2007 MAKANSAL
158: -- For Bug # 6527666 Introduced to keep the recipient party id and recipient legal entity id
159: l_le_party_id Xle_Firstparty_Information_V.party_id%type;
160: l_to_le_id GL_LEDGER_LE_BSV_SPECIFIC_V.LEGAL_ENTITY_ID%type;
161:
162: -- 25-10-2007 MAKANSAL
163: -- For Bug # 6527666 Introduced the Cursor to fetch the Recipient Legal Entity Id

Line 166: From Xle_Firstparty_Information_V

162: -- 25-10-2007 MAKANSAL
163: -- For Bug # 6527666 Introduced the Cursor to fetch the Recipient Legal Entity Id
164: Cursor C_Le_Id(cp_le_party_id In Xle_Entity_Profiles.party_id%type) Is
165: Select legal_entity_id
166: From Xle_Firstparty_Information_V
167: Where party_id = cp_le_party_id;
168:
169: BEGIN
170: