DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 185: p_business_group_id in hr_organization_units.organization_id%type,

181: if all the balances related to a report are valid or not
182: *****************************************************************************/
183: FUNCTION check_balance_status(
184: p_start_date in date,
185: p_business_group_id in hr_organization_units.organization_id%type,
186: p_attribute_name in varchar2,
187: p_legislation_code in varchar2 default 'US')
188: RETURN VARCHAR2;
189: