DBA Data[Home] [Help]

APPS.PER_PDS_UPD dependencies on STANDARD

Line 56: -- Mandatory parameter used for calls to the standard lookup value

52: -- process, we can exit successfully without having any of the 'OUT'
53: -- arguments being set.
54: --
55: -- p_effective_date
56: -- Mandatory parameter used for calls to the standard lookup value
57: -- derivation procedures.
58: --
59: -- Post Success:
60: -- The specified row will be fully validated and updated for the specified

Line 110: -- Mandatory parameter used for calls to the standard lookup value

106: -- Boolean value to true will invoke the process to be validated.
107: -- The default is false.
108: --
109: -- p_effective_date
110: -- Mandatory parameter used for calls to the standard lookup value
111: -- derivation procedures.
112: --
113: -- Post Success:
114: -- A fully validated row will be updated for the specified entity

Line 139: p_last_standard_process_date in date default hr_api.g_date,

135: p_accepted_termination_date in date default hr_api.g_date,
136: p_actual_termination_date in date default hr_api.g_date,
137: p_comments in varchar2 default hr_api.g_varchar2,
138: p_final_process_date in date default hr_api.g_date,
139: p_last_standard_process_date in date default hr_api.g_date,
140: p_leaving_reason in varchar2 default hr_api.g_varchar2,
141: p_notified_termination_date in date default hr_api.g_date,
142: p_projected_termination_date in date default hr_api.g_date,
143: p_adjusted_svc_date in date default hr_api.g_date,