DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on ALL_OBJECTS

Line 3961: l_pkg_status all_objects.status%type;

3957: cursor csr_pkg_exist(cp_pkg in varchar2) is
3958: select status from user_objects
3959: where object_type = 'PACKAGE BODY'
3960: and object_name = cp_pkg;
3961: l_pkg_status all_objects.status%type;
3962:
3963: l_need_rebuild_flag varchar2(15) := 'N';
3964: l_result boolean;
3965: l_prod_status varchar2(1);