DBA Data[Home] [Help]

APPS.PQP_UTILITIES dependencies on HR_API

Line 2568: ,x_validation_start_date => hr_api.g_sot

2564: ff_formulas_f_pkg.delete_row(
2565: x_rowid => l_formula_rowid
2566: ,x_formula_id => p_formula_id
2567: ,x_dt_delete_mode => 'ZAP'
2568: ,x_validation_start_date => hr_api.g_sot
2569: ,x_validation_end_date => hr_api.g_eot
2570: );
2571: IF g_debug THEN
2572: debug(l_proc_name, 50);

Line 2569: ,x_validation_end_date => hr_api.g_eot

2565: x_rowid => l_formula_rowid
2566: ,x_formula_id => p_formula_id
2567: ,x_dt_delete_mode => 'ZAP'
2568: ,x_validation_start_date => hr_api.g_sot
2569: ,x_validation_end_date => hr_api.g_eot
2570: );
2571: IF g_debug THEN
2572: debug(l_proc_name, 50);
2573: END IF;

Line 3413: ,p_start_date IN DATE DEFAULT hr_api.g_sot

3409: PROCEDURE entries_affected
3410: (p_assignment_id IN NUMBER DEFAULT NULL
3411: ,p_event_group_id IN NUMBER DEFAULT NULL
3412: ,p_mode IN VARCHAR2 DEFAULT NULL
3413: ,p_start_date IN DATE DEFAULT hr_api.g_sot
3414: ,p_end_date IN DATE DEFAULT hr_api.g_eot
3415: ,p_business_group_id IN NUMBER
3416: ,p_detailed_output OUT NOCOPY pay_interpreter_pkg.t_detailed_output_table_type
3417: ,p_process_mode IN VARCHAR2 DEFAULT 'ENTRY_CREATION_DATE'

Line 3414: ,p_end_date IN DATE DEFAULT hr_api.g_eot

3410: (p_assignment_id IN NUMBER DEFAULT NULL
3411: ,p_event_group_id IN NUMBER DEFAULT NULL
3412: ,p_mode IN VARCHAR2 DEFAULT NULL
3413: ,p_start_date IN DATE DEFAULT hr_api.g_sot
3414: ,p_end_date IN DATE DEFAULT hr_api.g_eot
3415: ,p_business_group_id IN NUMBER
3416: ,p_detailed_output OUT NOCOPY pay_interpreter_pkg.t_detailed_output_table_type
3417: ,p_process_mode IN VARCHAR2 DEFAULT 'ENTRY_CREATION_DATE'
3418: )