DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on GL_BUDGET_VERSIONS

Line 939: FROM gl_budget_versions

935:
936: CURSOR c_bud_name(gl_budver_id NUMBER)
937: IS
938: SELECT budget_name
939: FROM gl_budget_versions
940: WHERE budget_version_id = gl_budver_id;
941: --
942: BEGIN
943: --

Line 950: --Validate the GL Budget year FOR all the GL Budget versions

946: FOR c_period_rec IN c_period LOOP
947: l_period_year := c_period_rec.period_year;
948: END LOOP;
949: --
950: --Validate the GL Budget year FOR all the GL Budget versions
951: --available IN PSB GL Budget Set
952: FOR c_budver_rec IN c_budver LOOP
953: --
954: --Following GL API returns the OPEN flag FOR the given accounting year