DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on GL_SETS_OF_BOOKS

Line 3684: from gl_sets_of_books

3680: l_business_group_id per_all_assignments_f.business_group_id%TYPE;
3681: --
3682: cursor csr_valid_sob is
3683: select null
3684: from gl_sets_of_books
3685: where set_of_books_id = p_set_of_books_id;
3686: --
3687: cursor csr_valid_fsp_bg is
3688: select null

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

3734: --
3735: end if;
3736: hr_utility.set_location(l_proc, 50);
3737: --
3738: -- Check that the set of books exists in GL_SETS_OF_BOOKS.
3739: --
3740: open csr_valid_sob;
3741: fetch csr_valid_sob into l_exists;
3742: if csr_valid_sob%notfound then