- f_employee_del
string f_employee_del
(
in string as_sid,
in string as_company,
in string as_id,
in string as_conf
)
raises (CTS::PBUserException);
- f_employee_dtl
string f_employee_dtl
(
in string as_sid,
in string as_company,
in string as_id
)
raises (CTS::PBUserException);
- f_employee_list
string f_employee_list
(
in string as_sid,
in string as_row,
in string as_store,
in string as_fname,
in string as_lname,
in string as_security,
in string as_active,
in string di_dept_id
)
raises (CTS::PBUserException);
- f_employee_popup
string f_employee_popup
(
in string as_sid,
in string as_colname,
in string as_fields,
in string as_hide_store
)
raises (CTS::PBUserException);
- f_employee_res
string f_employee_res
(
in string as_sid,
in string as_row,
in string as_colname,
in string as_fields,
in string as_lname,
in string as_fname,
in string as_dept,
in string as_title,
in string as_store,
in string as_hide_store
)
raises (CTS::PBUserException);
- f_employee_sel
string f_employee_sel
(
in string as_sid
)
raises (CTS::PBUserException);
- f_employee_title_popup
string f_employee_title_popup
(
in string as_sid,
in string as_colname,
in string as_fields
)
raises (CTS::PBUserException);
- f_employee_title_res
string f_employee_title_res
(
in string as_sid,
in string as_row,
in string as_colname,
in string as_fields,
in string as_title
)
raises (CTS::PBUserException);
- f_employee_upd
string f_employee_upd
(
in string as_sid,
in string as_func,
in string emp_company_id_1,
in string emp_id_1,
in string emp_ssn_1,
in string emp_fname_1,
in string emp_mname_1,
in string emp_lname_1,
in string emp_title_1,
in string emp_email_1,
in string emp_extension_1,
in string emp_address_1,
in string emp_city_1,
in string emp_state_1,
in string emp_zip_1,
in string emp_zip_4_1,
in string emp_country_1,
in string emp_location_1,
in string emp_home_phone_1,
in string emp_work_phone_1,
in string emp_birthdate_1,
in string emp_hiredate_1,
in string emp_supervisor_id_1,
in string emp_spouse_name_1,
in string emp_emr_contact_1,
in string emp_emr_contact_phone_1,
in string emp_notes_1,
in string emp_security_level_1,
in string emp_marital_status_1,
in string emp_term_date_1,
in string emp_term_reason_1,
in string emp_active_1,
in string emp_user_id_1,
in string emp_cell_phone_1,
in string emp_dept_1,
in string emp_store_1,
in string arm_credit_analyst_1
)
raises (CTS::PBUserException);