DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on XLE_ENTITY_PROFILES

Line 164: Cursor C_Le_Id(cp_le_party_id In Xle_Entity_Profiles.party_id%type) Is

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
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: