DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PAY_PAYROLLS_F

Line 1057: from pay_payrolls_f ppf,

1053: p_end_date date
1054: ) is
1055: select pact.payroll_action_id payroll_action_id,
1056: pact.effective_date effective_date
1057: from pay_payrolls_f ppf,
1058: pay_payroll_actions pact -- Payroll Action of Prepayments
1059: where pact.payroll_id = ppf.payroll_id
1060: and pact.effective_date between ppf.effective_start_date and ppf.effective_end_date
1061: and pact.payroll_id = nvl(p_payroll_id, pact.payroll_id)

Line 1674: from pay_payrolls_f ppf,

1670: pact.payroll_id,
1671: ppf.payroll_name payroll_name,
1672: ppf.period_type period_type,
1673: pact.pay_advice_message payroll_message
1674: from pay_payrolls_f ppf,
1675: pay_payroll_actions pact -- Payroll Action of Prepayments
1676: where pact.payroll_id = ppf.payroll_id
1677: and pact.effective_date between ppf.effective_start_date and ppf.effective_end_date
1678: and pact.payroll_id = nvl(p_payroll_id, pact.payroll_id)

Line 1705: from pay_payrolls_f ppf,

1701: select pact.payroll_action_id payroll_action_id,
1702: pact.effective_date effective_date,
1703: pact.date_earned date_earned,
1704: pact.pay_advice_message payroll_message
1705: from pay_payrolls_f ppf,
1706: pay_payroll_actions pact -- Payroll Action of Run
1707: where pact.payroll_id = ppf.payroll_id
1708: and pact.effective_date between ppf.effective_start_date and ppf.effective_end_date
1709: and pact.payroll_id = p_payroll_id