DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V

Line 333: l_to_le_id GL_LEDGER_LE_BSV_SPECIFIC_V.LEGAL_ENTITY_ID%type;

329:
330: -- 24-10-2007 MAKANSAL
331: -- For Bug # 6249898 Introduced to keep the recipient party id and recipient legal entity id
332: l_le_party_id Xle_Firstparty_Information_V.party_id%type;
333: l_to_le_id GL_LEDGER_LE_BSV_SPECIFIC_V.LEGAL_ENTITY_ID%type;
334:
335: -- 24-10-2007 MAKANSAL
336: -- For Bug # 6249898 Introduced the Cursor to fetch the Recipient Legal Entity Id
337: Cursor C_Le_Id(cp_le_party_id In Xle_Entity_Profiles.party_id%type) Is