DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PSP_PAYROLL_CONTROLS

Line 38: g_source_type psp_payroll_controls.source_type%type;

34: g_distribution_line_id NUMBER(10);
35: g_num_dist NUMBER := 0;
36: g_tot_dist_amount NUMBER := 0;
37:
38: g_source_type psp_payroll_controls.source_type%type;
39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;

Line 39: g_source_code psp_payroll_controls.payroll_source_code%type;

35: g_num_dist NUMBER := 0;
36: g_tot_dist_amount NUMBER := 0;
37:
38: g_source_type psp_payroll_controls.source_type%type;
39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;

Line 40: g_time_period_id psp_payroll_controls.time_period_id%type;

36: g_tot_dist_amount NUMBER := 0;
37:
38: g_source_type psp_payroll_controls.source_type%type;
39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;

Line 41: g_batch_name psp_payroll_controls.batch_name%type;

37:
38: g_source_type psp_payroll_controls.source_type%type;
39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;
45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;

Line 42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;

38: g_source_type psp_payroll_controls.source_type%type;
39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;
45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;
46:

Line 43: g_business_group_id psp_payroll_controls.business_group_id%type;

39: g_source_code psp_payroll_controls.payroll_source_code%type;
40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;
45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;
46:
47: -- moved following variables from packaged body to here for optimization ..

Line 44: g_payroll_id psp_payroll_controls.payroll_id%type;

40: g_time_period_id psp_payroll_controls.time_period_id%type;
41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;
45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;
46:
47: -- moved following variables from packaged body to here for optimization ..
48: -- in context of 4744285

Line 45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;

41: g_batch_name psp_payroll_controls.batch_name%type;
42: g_set_of_books_id psp_payroll_controls.set_of_books_id%type;
43: g_business_group_id psp_payroll_controls.business_group_id%type;
44: g_payroll_id psp_payroll_controls.payroll_id%type;
45: g_payroll_action_id psp_payroll_controls.cdl_payroll_action_id%type;
46:
47: -- moved following variables from packaged body to here for optimization ..
48: -- in context of 4744285
49: g_salary_cap_option varchar2(50); --- added for 4304623