DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on GL_SETS_OF_BOOKS

Line 3724: from gl_sets_of_books

3720: l_business_group_id per_all_assignments_f.business_group_id%TYPE;
3721: --
3722: cursor csr_valid_sob is
3723: select null
3724: from gl_sets_of_books
3725: where set_of_books_id = p_set_of_books_id;
3726: --
3727: cursor csr_valid_fsp_bg is
3728: select null

Line 3778: -- Check that the set of books exists in GL_SETS_OF_BOOKS.

3774: --
3775: end if;
3776: hr_utility.set_location(l_proc, 50);
3777: --
3778: -- Check that the set of books exists in GL_SETS_OF_BOOKS.
3779: --
3780: open csr_valid_sob;
3781: fetch csr_valid_sob into l_exists;
3782: if csr_valid_sob%notfound then