DBA Data[Home] [Help]

APPS.HR_ORG_INFORMATION_PKG dependencies on HR_CHKFMT

Line 23: hr_chkfmt.checkformat(value => l_siret

19: end if;
20:
21: l_siret := X_SIRET;
22: begin
23: hr_chkfmt.checkformat(value => l_siret
24: ,format => 'I'
25: ,output => l_output
26: ,minimum => NULL
27: ,maximum => NULL

Line 84: hr_chkfmt.checkformat(value => l_siren

80: end if;
81:
82: l_siren := X_SIREN;
83: begin
84: hr_chkfmt.checkformat(value => l_siren
85: ,format => 'I'
86: ,output => l_output
87: ,minimum => NULL
88: ,maximum => NULL