DBA Data[Home] [Help]

APPS.FA_CUA_DERIVE_ASSET_ATTR_PKG dependencies on FA_MASS_UPDATE_BATCH_HDRS_S

Line 77: x_err_stage:= 'fa_mass_update_batch_hdrs_s.nextval';

73: return;
74: end if;
75: end if;
76:
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;

Line 79: select fa_mass_update_batch_hdrs_s.nextval

75: end if;
76:
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);