DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on GL_LEDGER_LE_V

Line 720: Gl_Ledger_Le_V led

716: Cursor C_Ccid(cp_party_name In Fun_Interface_Batches.initiator_name%type) Is
717: Select chart_of_accounts_id
718: From Hz_Parties hzp,
719: xle_firstparty_information_v xfi ,
720: Gl_Ledger_Le_V led
721: Where hzp.party_name = cp_party_name
722: And fun_tca_pkg.get_le_id(hzp.party_id) = xfi.party_id
723: And xfi.legal_entity_id = led.legal_entity_id
724: And led.ledger_category_code = 'PRIMARY';