DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_PERIODS_OF_SERVICE

Line 165: -- per_periods_of_service%rowtype and p_action(TERMINATION, REVERSE TERMINATION).

161: -- Pre Conditions:
162: -- None.
163: --
164: -- In Arguments:
165: -- per_periods_of_service%rowtype and p_action(TERMINATION, REVERSE TERMINATION).
166: --
167: -- Post Success:
168: -- Processing continues.
169: -- If the status is CURRENT then the routine WF_LOCAL_SYNCH.propagate_user

Line 181: p_rec in per_periods_of_service%rowtype,

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: procedure per_pds_wf(
181: p_rec in per_periods_of_service%rowtype,
182: p_date in date default null,
183: p_action in varchar2);
184: --
185: -- --------------------------------------------------------------------------