DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on HR_CHKFMT

Line 67: hr_chkfmt.checkformat (l_name,

63: BEGIN
64: hr_utility.set_location (l_package_name,1);
65:
66: BEGIN
67: hr_chkfmt.checkformat (l_name,
68: 'PAY_NAME',
69: l_dummy, null, null, 'N', l_dummy, null);
70: hr_utility.set_location (l_package_name,2);
71:

Line 280: hr_chkfmt.checkformat

276: -- Make sure format of BALANCE_NAME is correct ie. can create an database
277: -- item.
278: begin
279: v_result_text := p_balance_name;
280: hr_chkfmt.checkformat
281: (v_result_text,
282: 'PAY_NAME',
283: v_result_text,
284: null,