DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_DLHE_FIELDS_PKG dependencies on STANDARD

Line 28: -- Standard Industrial Classification

24: p_hesa_empcir IN igs_he_ex_rn_dat_fd.value%TYPE,
25: p_dlhe_Emp_business IN igs_he_stdnt_dlhe.Employer_business%TYPE,
26: p_hesa_makedo OUT NOCOPY VARCHAR2);
27:
28: -- Standard Industrial Classification
29: PROCEDURE get_sic
30: (p_hesa_method IN igs_he_ex_rn_dat_fd.value%TYPE,
31: p_hesa_empcir IN igs_he_ex_rn_dat_fd.value%TYPE,
32: p_dlhe_Emp_class IN igs_he_stdnt_dlhe.Employer_classification%TYPE,

Line 50: -- Standard Occupational Classification

46: p_hesa_empcir IN igs_he_ex_rn_dat_fd.value%TYPE,
47: p_dlhe_jobtitle IN igs_he_stdnt_dlhe.Job_title%TYPE,
48: p_hesa_jobtitle OUT NOCOPY VARCHAR2);
49:
50: -- Standard Occupational Classification
51: PROCEDURE get_occ_class
52: (p_hesa_method IN igs_he_ex_rn_dat_fd.value%TYPE,
53: p_hesa_empcir IN igs_he_ex_rn_dat_fd.value%TYPE,
54: p_dlhe_job_class IN igs_he_stdnt_dlhe.Job_classification%TYPE,