DBA Data[Home] [Help]

APPS.FA_CUA_DERIVE_ASSET_ATTR_PKG dependencies on DUAL

Line 48: from dual

44: , x_err_stack IN OUT NOCOPY VARCHAR2 ) IS
45:
46: cursor C1 is
47: select 1
48: from dual
49: where exists ( select 'X'
50: from fa_book_controls
51: where book_type_code = x_book_type_code
52: and book_class = 'CORPORATE' );

Line 81: from dual;

77: x_err_stage:= 'fa_mass_update_batch_hdrs_s.nextval';
78:
79: select fa_mass_update_batch_hdrs_s.nextval
80: into x_batch_id
81: from dual;
82:
83: x_batch_number:= to_char(x_batch_id);
84: v_sysdate:= sysdate;
85: