DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 87: type g_cache_ast_table is table of per_assignment_status_types%rowtype index

83: --
84: type g_cache_ass_table is table of per_all_assignments_f%rowtype index
85: by binary_integer;
86: --
87: type g_cache_ast_table is table of per_assignment_status_types%rowtype index
88: by binary_integer;
89: --
90: type g_cache_aei_table is table of per_assignment_extra_info%rowtype index
91: by binary_integer;

Line 166: g_cache_last_ast_rec per_assignment_status_types%rowtype;

162: --
163: g_cache_last_per_rec per_all_people_f%rowtype;
164: g_cache_last_benass_rec per_all_assignments_f%rowtype;
165: g_cache_last_ass_rec per_all_assignments_f%rowtype;
166: g_cache_last_ast_rec per_assignment_status_types%rowtype;
167: g_cache_last_aei_rec per_assignment_extra_info%rowtype;
168: g_cache_last_pps_rec per_periods_of_service%rowtype;
169: g_cache_last_pad_rec per_addresses%rowtype;
170: g_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

Line 192: (p_rec in out nocopy per_assignment_status_types%rowtype);

188: (p_rec in out nocopy per_all_assignments_f%rowtype);
189: procedure set_allass_object
190: (p_rec in out nocopy per_all_assignments_f%rowtype);
191: procedure set_object
192: (p_rec in out nocopy per_assignment_status_types%rowtype);
193: procedure set_object
194: (p_rec in out nocopy per_assignment_extra_info%rowtype);
195: procedure set_object
196: (p_rec in out nocopy per_all_people_f%rowtype);

Line 250: p_rec in out nocopy per_assignment_status_types%rowtype);

246: p_effective_date in date,
247: p_rec in out nocopy g_cache_ass_table);
248: procedure set_ast_object
249: (p_assignment_status_type_id in number,
250: p_rec in out nocopy per_assignment_status_types%rowtype);
251: procedure set_bnb_object
252: (p_bnfts_bal_id in number,
253: p_business_group_id in number,
254: p_effective_date in date,

Line 324: p_rec in out nocopy per_assignment_status_types%rowtype);

320: (p_bnfts_bal_id in number,
321: p_rec in out nocopy ben_bnfts_bal_f%rowtype);
322: procedure get_object
323: (p_assignment_status_type_id in number,
324: p_rec in out nocopy per_assignment_status_types%rowtype);
325: procedure get_object
326: (p_assignment_id in number,
327: p_rec in out nocopy per_assignment_extra_info%rowtype);
328: procedure get_object