DBA Data[Home] [Help]

APPS.HR_SPEC_PKG dependencies on HR_CHKFMT

Line 169: hr_chkfmt.checkformat( value,

165: curcode in varchar2
166: ) is
167: begin
168: --
169: hr_chkfmt.checkformat( value,
170: format,
171: output,
172: minimum,
173: maximum,

Line 188: hr_chkfmt.changeformat ( input,

184: curcode in varchar2
185: ) is
186: begin
187: --
188: hr_chkfmt.changeformat ( input,
189: output,
190: format,
191: curcode ) ;
192: --