DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_EXP

Line 683: * gl_aloc_exp and populates the interface table with the

679: * get_expenses
680: *
681: * DESCRIPTION
682: * Retrieves the expense accounts from expenses table such as
683: * gl_aloc_exp and populates the interface table with the
684: * expense amount retrieved from oracle financials.
685: *
686: * AUTHOR
687: * sukarna Reddy 09/18/98

Line 712: gl_aloc_exp e,

708: e.from_account_id as exp_from_account,
709: e.to_account_id as exp_to_account,
710: e.balance_type as exp_balance_type, e.exp_ytd_ptd
711: FROM
712: gl_aloc_exp e,
713: gl_aloc_mst a
714: WHERE
715: e.alloc_id = a.alloc_id
716: and a.legal_entity_id = g_legal_entity_id