DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 188: p_business_group_id in hr_organization_units.organization_id%type,

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