DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PA_BC_PACKETS

Line 6: g_project_id pa_bc_packets.project_id%type := null;

2: -- $Header: PAFCUTLS.pls 120.17.12020000.3 2013/03/06 09:33:09 admarath ship $
3:
4: --Global variables declared to use as one level cache
5: -- this improves the performance significantly
6: g_project_id pa_bc_packets.project_id%type := null;
7: g_project_id1 pa_bc_packets.project_id%type := null;
8: g_project_id2 pa_bc_packets.project_id%type := null;
9: g_project_id3 pa_bc_packets.project_id%type := null;
10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;

Line 7: g_project_id1 pa_bc_packets.project_id%type := null;

3:
4: --Global variables declared to use as one level cache
5: -- this improves the performance significantly
6: g_project_id pa_bc_packets.project_id%type := null;
7: g_project_id1 pa_bc_packets.project_id%type := null;
8: g_project_id2 pa_bc_packets.project_id%type := null;
9: g_project_id3 pa_bc_packets.project_id%type := null;
10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;
11: g_calling_mode VARCHAR2(25) := null;

Line 8: g_project_id2 pa_bc_packets.project_id%type := null;

4: --Global variables declared to use as one level cache
5: -- this improves the performance significantly
6: g_project_id pa_bc_packets.project_id%type := null;
7: g_project_id1 pa_bc_packets.project_id%type := null;
8: g_project_id2 pa_bc_packets.project_id%type := null;
9: g_project_id3 pa_bc_packets.project_id%type := null;
10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;
11: g_calling_mode VARCHAR2(25) := null;
12: g_calling_mode1 VARCHAR2(25) := null;

Line 9: g_project_id3 pa_bc_packets.project_id%type := null;

5: -- this improves the performance significantly
6: g_project_id pa_bc_packets.project_id%type := null;
7: g_project_id1 pa_bc_packets.project_id%type := null;
8: g_project_id2 pa_bc_packets.project_id%type := null;
9: g_project_id3 pa_bc_packets.project_id%type := null;
10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;
11: g_calling_mode VARCHAR2(25) := null;
12: g_calling_mode1 VARCHAR2(25) := null;
13: g_calling_mode2 VARCHAR2(25) := null;

Line 10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;

6: g_project_id pa_bc_packets.project_id%type := null;
7: g_project_id1 pa_bc_packets.project_id%type := null;
8: g_project_id2 pa_bc_packets.project_id%type := null;
9: g_project_id3 pa_bc_packets.project_id%type := null;
10: g_bdgt_version_id pa_bc_packets.budget_version_id%type := null;
11: g_calling_mode VARCHAR2(25) := null;
12: g_calling_mode1 VARCHAR2(25) := null;
13: g_calling_mode2 VARCHAR2(25) := null;
14: g_calling_mode3 VARCHAR2(25) := null;

Line 15: g_task_id pa_bc_packets.task_id%type := null;

11: g_calling_mode VARCHAR2(25) := null;
12: g_calling_mode1 VARCHAR2(25) := null;
13: g_calling_mode2 VARCHAR2(25) := null;
14: g_calling_mode3 VARCHAR2(25) := null;
15: g_task_id pa_bc_packets.task_id%type := null;
16: g_exp_type pa_bc_packets.expenditure_type%type := null;
17: g_exp_item_date DATE := null;
18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;
19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;

Line 16: g_exp_type pa_bc_packets.expenditure_type%type := null;

12: g_calling_mode1 VARCHAR2(25) := null;
13: g_calling_mode2 VARCHAR2(25) := null;
14: g_calling_mode3 VARCHAR2(25) := null;
15: g_task_id pa_bc_packets.task_id%type := null;
16: g_exp_type pa_bc_packets.expenditure_type%type := null;
17: g_exp_item_date DATE := null;
18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;
19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;
20: g_start_date DATE := null;

Line 18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;

14: g_calling_mode3 VARCHAR2(25) := null;
15: g_task_id pa_bc_packets.task_id%type := null;
16: g_exp_type pa_bc_packets.expenditure_type%type := null;
17: g_exp_item_date DATE := null;
18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;
19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;
20: g_start_date DATE := null;
21: g_end_date DATE := null;
22: g_rlmi pa_bc_packets.resource_list_member_id%type := null;

Line 19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;

15: g_task_id pa_bc_packets.task_id%type := null;
16: g_exp_type pa_bc_packets.expenditure_type%type := null;
17: g_exp_item_date DATE := null;
18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;
19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;
20: g_start_date DATE := null;
21: g_end_date DATE := null;
22: g_rlmi pa_bc_packets.resource_list_member_id%type := null;
23: g_period_name pa_bc_packets.period_name%type := null;

Line 22: g_rlmi pa_bc_packets.resource_list_member_id%type := null;

18: g_exp_org_id pa_bc_packets.expenditure_organization_id%type := null;
19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;
20: g_start_date DATE := null;
21: g_end_date DATE := null;
22: g_rlmi pa_bc_packets.resource_list_member_id%type := null;
23: g_period_name pa_bc_packets.period_name%type := null;
24: g_compiled_set_id NUMBER := null;
25: g_multiplier NUMBER := null;
26: g_fnd_reqd_flag VARCHAR2(25) := null;

Line 23: g_period_name pa_bc_packets.period_name%type := null;

19: g_budget_ccid pa_bc_packets.budget_ccid%type := null;
20: g_start_date DATE := null;
21: g_end_date DATE := null;
22: g_rlmi pa_bc_packets.resource_list_member_id%type := null;
23: g_period_name pa_bc_packets.period_name%type := null;
24: g_compiled_set_id NUMBER := null;
25: g_multiplier NUMBER := null;
26: g_fnd_reqd_flag VARCHAR2(25) := null;
27: g_encum_type_id NUMBER := null;

Line 33: g_document_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;

29: g_sch_rev_id NUMBER := null;
30:
31: -- Bug 5373272
32: g_event_type_code xla_events.event_type_code%TYPE := NULL ;
33: g_document_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
34: g_document_distribution_type pa_bc_packets.document_distribution_type%TYPE := NULL ;
35: g_parent_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
36:
37: PROCEDURE init_util_variables;

Line 34: g_document_distribution_type pa_bc_packets.document_distribution_type%TYPE := NULL ;

30:
31: -- Bug 5373272
32: g_event_type_code xla_events.event_type_code%TYPE := NULL ;
33: g_document_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
34: g_document_distribution_type pa_bc_packets.document_distribution_type%TYPE := NULL ;
35: g_parent_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
36:
37: PROCEDURE init_util_variables;
38: -- this API gets the compiled multipliers for the given task and expenditure organization id

Line 35: g_parent_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;

31: -- Bug 5373272
32: g_event_type_code xla_events.event_type_code%TYPE := NULL ;
33: g_document_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
34: g_document_distribution_type pa_bc_packets.document_distribution_type%TYPE := NULL ;
35: g_parent_distribution_id pa_bc_packets.document_distribution_id%TYPE := NULL ;
36:
37: PROCEDURE init_util_variables;
38: -- this API gets the compiled multipliers for the given task and expenditure organization id
39: -- and expenditure item date for burden calculations