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 275: hr_chkfmt.checkformat

271: -- Make sure format of BALANCE_NAME is correct ie. can create an database
272: -- item.
273: begin
274: v_result_text := p_balance_name;
275: hr_chkfmt.checkformat
276: (v_result_text,
277: 'PAY_NAME',
278: v_result_text,
279: null,