DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_ACTION_INFORMATION

Line 1692: pay_action_information pai

1688:
1689: cursor c_get_terminate_date is
1690: select actual_termination_date, pai.action_information16
1691: from per_periods_of_service pps,
1692: pay_action_information pai
1693: where pps.person_id = p_person_id
1694: and pai.action_context_id = p_action_context_id
1695: and pai.action_information_category = 'EMPLOYEE DETAILS'
1696: /* and fnd_date.canonical_to_date(pai.action_information11) = pps.date_start;*/

Line 1873: -- California OT Enhancement Started Populating pay_action_information

1869: END get_full_jurisdiction_name;
1870:
1871: -- This Function will be called from View Definition of
1872: -- PAY_EMP_NET_DIST_ACTION_INFO_V
1873: -- California OT Enhancement Started Populating pay_action_information
1874: -- Table with Account Details for Payment Method Check
1875: -- We need to hide those Details in Self Service Payslip
1876:
1877: FUNCTION get_netpaydistr_segment(p_business_grp_id IN NUMBER