DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on WF_ENGINE

Line 14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);

10: IS
11:
12: BEGIN
13:
14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);
15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');

Line 15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);

11:
12: BEGIN
13:
14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);
15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);

Line 16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);

12: BEGIN
13:
14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);
15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);

Line 17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);

13:
14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);
15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);

Line 18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');

14: cons_entity_wf_info.consolidation_hierarchy := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_HIERARCHY', FALSE);
15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);

Line 19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);

15: cons_entity_wf_info.consolidation_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_ENTITY', FALSE);
16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

Line 20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);

16: cons_entity_wf_info.run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'RUN_IDENTIFIER', FALSE);
17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);

Line 21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);

17: cons_entity_wf_info.cal_period_id := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD', FALSE);
18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);

Line 22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);

18: cons_entity_wf_info.cal_period_end_date := TO_DATE(WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'CAL_PERIOD_END_DATE', FALSE), 'DD-MM-RR');
19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);

Line 23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

19: cons_entity_wf_info.balance_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'BALANCE_TYPE_CODE', FALSE);
20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types

Line 24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);

20: cons_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);

Line 25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);

21: cons_entity_wf_info.process_method := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PROCESS_METHOD', FALSE);
22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);
29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);

Line 26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);

22: cons_entity_wf_info.num_of_categories := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
23: cons_entity_wf_info.curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);
29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);
30: -- Bugfix 5569522: Added for business process kick-off support

Line 28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);

24: cons_entity_wf_info.prior_run_identifier := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PRIOR_RUN_NAME', FALSE);
25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);
29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);
30: -- Bugfix 5569522: Added for business process kick-off support
31: cons_entity_wf_info.analysis_cycle_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'ANALYSIS_CYCLE_ID', FALSE);
32: END get_cons_entity_wf_info;

Line 29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);

25: cons_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
26: cons_entity_wf_info.request_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONC_REQUEST_ID', FALSE);
27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);
29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);
30: -- Bugfix 5569522: Added for business process kick-off support
31: cons_entity_wf_info.analysis_cycle_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'ANALYSIS_CYCLE_ID', FALSE);
32: END get_cons_entity_wf_info;
33:

Line 31: cons_entity_wf_info.analysis_cycle_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'ANALYSIS_CYCLE_ID', FALSE);

27: --Bugfix 5017120: Added support for additional data types
28: cons_entity_wf_info.source_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'SOURCE_DATASET_CODE', FALSE);
29: cons_entity_wf_info.hierarchy_dataset_code := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'HIERARCHY_DATASET_CODE', FALSE);
30: -- Bugfix 5569522: Added for business process kick-off support
31: cons_entity_wf_info.analysis_cycle_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'ANALYSIS_CYCLE_ID', FALSE);
32: END get_cons_entity_wf_info;
33:
34: PROCEDURE get_oper_entity_wf_info (itemtype IN VARCHAR2,
35: itemkey IN VARCHAR2,

Line 42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);

38:
39: IS
40:
41: BEGIN
42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);
43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);

Line 43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);

39: IS
40:
41: BEGIN
42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);
43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);

Line 44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);

40:
41: BEGIN
42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);
43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
48:

Line 45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);

41: BEGIN
42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);
43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
48:
49: get_cons_entity_wf_info('GCSENGNE', oper_entity_wf_info.parent_workflow_key, cons_entity_wf_info);

Line 46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);

42: oper_entity_wf_info.parent_workflow_key := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'PARENT_WORKFLOW_KEY', FALSE);
43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
48:
49: get_cons_entity_wf_info('GCSENGNE', oper_entity_wf_info.parent_workflow_key, cons_entity_wf_info);
50: END get_oper_entity_wf_info;

Line 47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);

43: oper_entity_wf_info.operating_entity := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'OPER_ENTITY', FALSE);
44: oper_entity_wf_info.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
45: oper_entity_wf_info.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
46: oper_entity_wf_info.translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
47: oper_entity_wf_info.xlate_entry_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', FALSE);
48:
49: get_cons_entity_wf_info('GCSENGNE', oper_entity_wf_info.parent_workflow_key, cons_entity_wf_info);
50: END get_oper_entity_wf_info;
51:

Line 388: l_parameter_list.category_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'CATEGORY_CODE', FALSE);

384: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
385: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.BALANCES_PROCESSOR.begin', '<>');
386: END IF;
387:
388: l_parameter_list.category_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'CATEGORY_CODE', FALSE);
389: l_parameter_list.bp_post_xlate := 'N';
390: l_parameter_list.bp_mode := 'I';
391:
392: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN

Line 419: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

415: ELSIF (l_parameter_list.category_code = 'XLATE_DATAPREPARATION') THEN
416: l_parameter_list.category_code := 'TRANSLATION';
417: l_parameter_list.entry_id := oper_entity_wf_info.xlate_entry_id;
418: ELSIF (l_parameter_list.category_code = 'ADJUSTMENT') THEN
419: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
420: l_parameter_list.child_entity_id := oper_entity_wf_info.operating_entity;
421: l_parameter_list.category_code := gcs_categories_pkg.g_oper_category_info(l_curr_category_num).category_code;
422: l_parameter_list.bp_undo_prior := 'N';
423:

Line 454: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

450: l_parameter_list.entry_id := cons_entity_wf_info.xlate_entry_id;
451:
452: ELSIF (l_parameter_list.category_code = 'ADJUSTMENT') THEN
453:
454: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
455: l_parameter_list.category_code := gcs_categories_pkg.g_cons_category_info(l_curr_category_num).category_code;
456: l_parameter_list.bp_undo_prior := 'N';
457:
458: SELECT DECODE(COUNT(*), 0, 'N', 'Y')

Line 539: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', l_category_count);

535: END IF;
536:
537: result := 'COMPLETE:F';
538:
539: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', l_category_count);
540: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', 0);
541:
542: --Initialize Workflow Attributes
543: IF (l_category_count > 0) THEN

Line 540: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', 0);

536:
537: result := 'COMPLETE:F';
538:
539: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', l_category_count);
540: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', 0);
541:
542: --Initialize Workflow Attributes
543: IF (l_category_count > 0) THEN
544: IF ((cons_entity_wf_info.prior_run_identifier <> 'NO_PRIOR_RUN') AND (cons_entity_wf_info.process_method = 'INCREMENTAL')) THEN

Line 635: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

631: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
632: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.CATEGORY_EXISTS.begin', '<>');
633: END IF;
634:
635: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
636: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
637: l_curr_category_number := l_curr_category_number + 1;
638:
639: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN

Line 636: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);

632: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.CATEGORY_EXISTS.begin', '<>');
633: END IF;
634:
635: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
636: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
637: l_curr_category_number := l_curr_category_number + 1;
638:
639: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
640: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.CATEGORY_EXISTS', 'Current Category Number : ' || l_curr_category_number);

Line 647: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', l_curr_category_number);

643:
644: IF (l_curr_category_number > l_max_category_number) THEN
645: result := 'COMPLETE:F';
646: ELSE
647: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', l_curr_category_number);
648: result := 'COMPLETE:T';
649: END IF;
650:
651: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN

Line 672: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

668: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
669: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.CHECK_MAX_CATEGORY.begin', '<>');
670: END IF;
671:
672: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
673: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
674:
675: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
676: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.CHECK_MAX_CATEGORY', 'Current Category Number : ' || l_curr_category_number);

Line 673: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);

669: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.CHECK_MAX_CATEGORY.begin', '<>');
670: END IF;
671:
672: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
673: l_max_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'NUM_OF_CATEGORIES', FALSE);
674:
675: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
676: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.CHECK_MAX_CATEGORY', 'Current Category Number : ' || l_curr_category_number);
677: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.CHECK_MAX_CATEGORY', 'Max Category Number : ' || l_max_category_number);

Line 780: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

776: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
777: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.EXTRACT_MANUAL_ADJ.begin', '<>');
778: END IF;
779:
780: l_curr_category_number := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
781:
782: IF (itemtype = 'GCSOPRWF') THEN
783: gcs_cons_eng_utility_pkg.get_oper_entity_wf_info (itemtype,
784: itemkey,

Line 910: l_translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);

906: l_rate_change_occurred VARCHAR2(1);
907:
908: BEGIN
909:
910: l_translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
911: l_xlate_mode := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'TRANSLATION_MODE', FALSE);
912:
913: IF (itemtype = 'GCSOPRWF') THEN
914: gcs_cons_eng_utility_pkg.get_oper_entity_wf_info (itemtype,

Line 911: l_xlate_mode := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'TRANSLATION_MODE', FALSE);

907:
908: BEGIN
909:
910: l_translation_required := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'TRANSLATION_REQUIRED', FALSE);
911: l_xlate_mode := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'TRANSLATION_MODE', FALSE);
912:
913: IF (itemtype = 'GCSOPRWF') THEN
914: gcs_cons_eng_utility_pkg.get_oper_entity_wf_info (itemtype,
915: itemkey,

Line 982: l_execution_mode := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'EXECUTION_MODE', FALSE);

978:
979: l_child_entity_id := cons_entity_wf_info.consolidation_entity;
980: END IF;
981:
982: l_execution_mode := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'EXECUTION_MODE', FALSE);
983: l_parameter_list.balance_type_code := cons_entity_wf_info.balance_type_code;
984: l_parameter_list.cal_period_id := cons_entity_wf_info.cal_period_id;
985: -- Bugfix 5017120: Added support for translating additional data types
986: l_parameter_list.hierarchy_dataset_code := cons_entity_wf_info.hierarchy_dataset_code;

Line 988: l_parameter_list.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);

984: l_parameter_list.cal_period_id := cons_entity_wf_info.cal_period_id;
985: -- Bugfix 5017120: Added support for translating additional data types
986: l_parameter_list.hierarchy_dataset_code := cons_entity_wf_info.hierarchy_dataset_code;
987: -- Remove Code to Translate Adjustments
988: l_parameter_list.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
989:
990: IF (itemtype = 'GCSOPRWF') THEN
991: l_parameter_list.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
992: l_parameter_list.xlate_mode := cons_entity_wf_info.process_method;

Line 991: l_parameter_list.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);

987: -- Remove Code to Translate Adjustments
988: l_parameter_list.run_detail_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'RUN_DETAIL_ID', FALSE);
989:
990: IF (itemtype = 'GCSOPRWF') THEN
991: l_parameter_list.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
992: l_parameter_list.xlate_mode := cons_entity_wf_info.process_method;
993:
994: --Bugfix 5287762: Check to see if any data has been posted for the operational entity
995: SELECT DECODE(count(run_detail_id), 0, 'N', 'Y')

Line 1019: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', l_parameter_list.xlate_entry_id);

1015: WHERE gcerd.run_name = cons_entity_wf_info.run_identifier
1016: AND gcerd.category_code = 'TRANSLATION'
1017: AND gcerd.child_entity_id = l_child_entity_id;
1018:
1019: WF_ENGINE.SetItemAttrNumber(itemtype, itemkey, 'XLATE_ENTRY_ID', l_parameter_list.xlate_entry_id);
1020:
1021: --Bugfix 5287762: Execute translation only if the translation required flag is set to 'Y'
1022:
1023: IF (l_translation_req_flag = 'Y') THEN

Line 1078: l_category_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'CATEGORY_CODE', FALSE);

1074: itemkey,
1075: cons_entity_wf_info);
1076: END IF;
1077:
1078: l_category_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'CATEGORY_CODE', FALSE);
1079: l_status_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'STATUS_CODE', FALSE);
1080:
1081: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1082: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.UPDATE_PROCESS_STATUS', 'Category Code : ' || l_category_code);

Line 1079: l_status_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'STATUS_CODE', FALSE);

1075: cons_entity_wf_info);
1076: END IF;
1077:
1078: l_category_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'CATEGORY_CODE', FALSE);
1079: l_status_code := WF_ENGINE.GetActivityAttrText(itemtype, itemkey, actid, 'STATUS_CODE', FALSE);
1080:
1081: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1082: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.UPDATE_PROCESS_STATUS', 'Category Code : ' || l_category_code);
1083: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.UPDATE_PROCESS_STATUS', 'Item Type : ' || itemtype);

Line 1098: l_curr_category_num := WF_Engine.GetItemAttrText(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

1094:
1095: ELSIF ((l_category_code = 'CONS_ADJUSTMENT' AND itemtype = 'GCSENGNE') OR
1096: (itemtype = 'GCSOPRWF' AND l_status_code = 'IN_PROGRESS')) THEN
1097:
1098: l_curr_category_num := WF_Engine.GetItemAttrText(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
1099: IF (itemtype = 'GCSENGNE') THEN
1100: l_category_code := gcs_categories_pkg.g_cons_category_info(l_curr_category_num).category_code;
1101: ELSE
1102: l_category_code := gcs_categories_pkg.g_oper_category_info(l_curr_category_num).category_code;

Line 1266: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);

1262: BEGIN
1263: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
1264: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, g_api || '.ELIMINATIONS_PROCESSOR.begin', '<>');
1265: END IF;
1266: l_curr_category_num := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CURR_CATEGORY_NUM', FALSE);
1267:
1268: IF (itemtype = 'GCSOPRWF') THEN
1269: gcs_cons_eng_utility_pkg.get_oper_entity_wf_info (itemtype,
1270: itemkey,

Line 1559: l_parameter_list.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);

1555: cons_entity_wf_info,
1556: oper_entity_wf_info);
1557:
1558: l_entity_id := oper_entity_wf_info.operating_entity;
1559: l_parameter_list.cons_relationship_id := WF_ENGINE.GetItemAttrNumber(itemtype, itemkey, 'CONS_RELATIONSHIP_ID', FALSE);
1560: --Bugfix 3922840 : We no longer need to create period initialization entries for Translated Results
1561: l_parameter_list.bp_post_xlate := 'N';
1562:
1563: SELECT 'Y'