DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on GL_LEDGERS

Line 869: gl_ledgers b

865: begin
866: select b.period_set_name
867: into l_period_Set_name
868: from gmf_fiscal_policies a,
869: gl_ledgers b
870: where a.legal_entity_id = p_le_id
871: and b.ledger_id = a.ledger_id;
872: exception
873: when others then