DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_TIME_PERIOD_TYPES

Line 911: from per_time_period_types ptpt

907: where ppb.pay_basis_id = cp_pay_basis_id;
908:
909: cursor c_payroll (cp_period_type in varchar2) is
910: select ptpt.number_per_fiscal_year
911: from per_time_period_types ptpt
912: where ptpt.period_type = cp_period_type;
913:
914: ln_pay_annualization_factor number;
915: