DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_ALL_PEOPLE_F

Line 95: -- per_all_people_f%rowtype and p_action(INSERT, DELETE, UPDATE).

91: -- Pre Conditions:
92: -- None.
93: --
94: -- In Arguments:
95: -- per_all_people_f%rowtype and p_action(INSERT, DELETE, UPDATE).
96: --
97: -- Post Success:
98: -- Processing continues.
99: -- If the status is CURRENT then the routine WF_LOCAL_SYNCH.propagate_user

Line 111: p_rec in per_all_people_f%rowtype,

107: --
108: -- {End Of Comments}
109: -- ----------------------------------------------------------------------------
110: procedure per_per_wf(
111: p_rec in per_all_people_f%rowtype,
112: p_action in varchar2);
113: --
114: --
115: -- ----------------------------------------------------------------------------