DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_ALL_ASSIGNMENTS_F

Line 130: -- per_all_assignments_f%rowtype and p_action(INSERT, DELETE, UPDATE).

126: -- Pre Conditions:
127: -- None.
128: --
129: -- In Arguments:
130: -- per_all_assignments_f%rowtype and p_action(INSERT, DELETE, UPDATE).
131: --
132: -- Post Success:
133: -- Processing continues.
134: -- If the status is CURRENT then the routine WF_LOCAL_SYNCH.propagate_user_role

Line 147: p_rec in per_all_assignments_f%rowtype,

143: -- {End Of Comments}
144: -- ----------------------------------------------------------------------------
145:
146: procedure per_asg_wf(
147: p_rec in per_all_assignments_f%rowtype,
148: p_action in varchar2);
149: --
150: --
151: -- ----------------------------------------------------------------------------