DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_PERIODS_OF_SERVICE

Line 656: p_rec in per_periods_of_service%rowtype,

652: -- |-----------------------------< per_pds_wf >-------------------------------|
653: -- ----------------------------------------------------------------------------
654: --
655: procedure per_pds_wf(
656: p_rec in per_periods_of_service%rowtype,
657: p_date in date default null,
658: p_action in varchar2) is
659: --
660: l_proc varchar2(80) := g_package||'per_pds_wf';

Line 779: l_rec per_periods_of_service%rowtype;

775: p_date in date default null,
776: p_date_start in date,
777: p_action in varchar2) is
778: --
779: l_rec per_periods_of_service%rowtype;
780: --
781: begin
782: --
783: -- Transfering the argument values from local variables to

Line 784: -- per_periods_of_service%rowtype

780: --
781: begin
782: --
783: -- Transfering the argument values from local variables to
784: -- per_periods_of_service%rowtype
785: --
786: l_rec.person_id := p_person_id;
787: l_rec.date_start := p_date_start;
788: --