DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on GL_LEDGERS

Line 899: gl_ledgers b

895: begin
896: select b.period_set_name
897: into l_period_Set_name
898: from gmf_fiscal_policies a,
899: gl_ledgers b
900: where a.legal_entity_id = p_le_id
901: and b.ledger_id = a.ledger_id;
902: exception
903: when others then