DBA Data[Home] [Help]

APPS.PAY_RTU_INS dependencies on PAY_RUN_TYPE_USAGES_F

Line 69: from pay_run_type_usages_f t

65: --
66: Cursor C_Sel1 Is
67: select t.created_by,
68: t.creation_date
69: from pay_run_type_usages_f t
70: where t.run_type_usage_id = p_rec.run_type_usage_id
71: and t.effective_start_date =
72: pay_rtu_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);

Line 76: l_created_by pay_run_type_usages_f.created_by%TYPE;

72: pay_rtu_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);
74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by pay_run_type_usages_f.created_by%TYPE;
77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;
78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;
79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;
80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;

Line 77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;

73: and t.effective_end_date = (p_validation_start_date - 1);
74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by pay_run_type_usages_f.created_by%TYPE;
77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;
78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;
79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;
80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;
81: --

Line 78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;

74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by pay_run_type_usages_f.created_by%TYPE;
77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;
78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;
79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;
80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;
81: --
82: Begin

Line 79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;

75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by pay_run_type_usages_f.created_by%TYPE;
77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;
78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;
79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;
80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);

Line 80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;

76: l_created_by pay_run_type_usages_f.created_by%TYPE;
77: l_creation_date pay_run_type_usages_f.creation_date%TYPE;
78: l_last_update_date pay_run_type_usages_f.last_update_date%TYPE;
79: l_last_updated_by pay_run_type_usages_f.last_updated_by%TYPE;
80: l_last_update_login pay_run_type_usages_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: --

Line 89: (p_base_table_name => 'pay_run_type_usages_f'

85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=
88: dt_api.get_object_version_number
89: (p_base_table_name => 'pay_run_type_usages_f'
90: ,p_base_key_column => 'run_type_usage_id'
91: ,p_base_key_value => p_rec.run_type_usage_id
92: );
93: --

Line 132: -- Insert the row into: pay_run_type_usages_f

128: End If;
129: --
130: --
131: --
132: -- Insert the row into: pay_run_type_usages_f
133: --
134: insert into pay_run_type_usages_f
135: (parent_run_type_id
136: ,child_run_type_id

Line 134: insert into pay_run_type_usages_f

130: --
131: --
132: -- Insert the row into: pay_run_type_usages_f
133: --
134: insert into pay_run_type_usages_f
135: (parent_run_type_id
136: ,child_run_type_id
137: ,effective_start_date
138: ,effective_end_date

Line 407: (p_module_name => 'PAY_RUN_TYPE_USAGES_F'

403: --
404: when hr_api.cannot_find_prog_unit then
405: --
406: hr_api.cannot_find_prog_unit_error
407: (p_module_name => 'PAY_RUN_TYPE_USAGES_F'
408: ,p_hook_type => 'AI');
409: --
410: end;
411: --

Line 472: ,p_base_table_name => 'pay_run_type_usages_f'

468: --
469: dt_api.validate_dt_mode
470: (p_effective_date => p_effective_date
471: ,p_datetrack_mode => p_datetrack_mode
472: ,p_base_table_name => 'pay_run_type_usages_f'
473: ,p_base_key_column => 'run_type_usage_id'
474: ,p_base_key_value => p_rec.run_type_usage_id
475: ,p_parent_table_name1 => 'pay_run_types_f'
476: ,p_parent_key_column1 => 'run_type_id'