DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on GL_LEDGER_LE_V

Line 719: Gl_Ledger_Le_V led

715: Cursor C_Ccid(cp_party_name In Fun_Interface_Batches.initiator_name%type) Is
716: Select chart_of_accounts_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';