DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on HR_CHKFMT

Line 193: hr_chkfmt.checkformat

189: --
190:
191: l_default_value := p_default_value ;
192: --
193: hr_chkfmt.checkformat
194: (l_default_value,
195: p_uom,
196: l_default_value,
197: p_min_value,

Line 991: hr_chkfmt.checkformat

987: p_error_if_true => TRUE);
988:
989:
990: -- Check if the name is in proper format
991: hr_chkfmt.checkformat
992: (l_name,
993: 'PAY_NAME',
994: l_chk_name,
995: null,

Line 1271: hr_chkfmt.checkformat

1267: l_name,
1268: p_error_if_true => TRUE);
1269:
1270: -- Check the name for proper format
1271: hr_chkfmt.checkformat
1272: (l_name,
1273: 'PAY_NAME',
1274: l_dummy,
1275: null,

Line 1672: hr_chkfmt.checkformat

1668: fetch csr_currency into l_input_currency_code ;
1669: close csr_currency;
1670: --
1671: l_max_value := p_max_value;
1672: hr_chkfmt.checkformat
1673: ( l_max_value
1674: ,p_uom
1675: ,l_max_value
1676: ,p_min_value