DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 50: p_business_group_id in hr_organization_units.organization_id%type,

46: *****************************************************************************/
47:
48: FUNCTION check_balance_status(
49: p_start_date in date,
50: p_business_group_id in hr_organization_units.organization_id%type,
51: p_attribute_name in varchar2)
52: RETURN VARCHAR2;
53:
54: PROCEDURE delete_actionid(p_payroll_action_id IN NUMBER);