DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on PER_ASSIGNMENT_STATUS_TYPES

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

90: --
91: type g_cache_ass_table is table of per_all_assignments_f%rowtype index
92: by binary_integer;
93: --
94: type g_cache_ast_table is table of per_assignment_status_types%rowtype index
95: by binary_integer;
96: --
97: type g_cache_aei_table is table of per_assignment_extra_info%rowtype index
98: by binary_integer;

Line 173: g_cache_last_ast_rec per_assignment_status_types%rowtype;

169: --
170: g_cache_last_per_rec per_all_people_f%rowtype;
171: g_cache_last_benass_rec per_all_assignments_f%rowtype;
172: g_cache_last_ass_rec per_all_assignments_f%rowtype;
173: g_cache_last_ast_rec per_assignment_status_types%rowtype;
174: g_cache_last_aei_rec per_assignment_extra_info%rowtype;
175: g_cache_last_pps_rec per_periods_of_service%rowtype;
176: g_cache_last_pad_rec per_addresses%rowtype;
177: g_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

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

195: (p_rec in out nocopy per_all_assignments_f%rowtype);
196: procedure set_allass_object
197: (p_rec in out nocopy per_all_assignments_f%rowtype);
198: procedure set_object
199: (p_rec in out nocopy per_assignment_status_types%rowtype);
200: procedure set_object
201: (p_rec in out nocopy per_assignment_extra_info%rowtype);
202: procedure set_object
203: (p_rec in out nocopy per_all_people_f%rowtype);

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

253: p_effective_date in date,
254: p_rec in out nocopy g_cache_ass_table);
255: procedure set_ast_object
256: (p_assignment_status_type_id in number,
257: p_rec in out nocopy per_assignment_status_types%rowtype);
258: procedure set_bnb_object
259: (p_bnfts_bal_id in number,
260: p_business_group_id in number,
261: p_effective_date in date,

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

339: (p_bnfts_bal_id in number,
340: p_rec in out nocopy ben_bnfts_bal_f%rowtype);
341: procedure get_object
342: (p_assignment_status_type_id in number,
343: p_rec in out nocopy per_assignment_status_types%rowtype);
344: procedure get_object
345: (p_assignment_id in number,
346: p_rec in out nocopy per_assignment_extra_info%rowtype);
347: procedure get_object