DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_FAXFACE

Line 1: PACKAGE BODY PA_FAXFACE AS

1: PACKAGE BODY PA_FAXFACE AS
2: /* $Header: PAFAXB.pls 120.49.12010000.10 2008/10/23 10:38:25 rmandali ship $ */
3:
4: TYPE t_rec is record (group_level_task_id NUMBER(15),
5: asset_category_id NUMBER(15),

Line 1456: pa_faxface.get_group_level_task_id(pei.task_id,pt.top_task_id,

1452: p_in_service_date_through DATE,
1453: p_ledger_id NUMBER,
1454: p_amount_type varchar2 ) IS
1455: SELECT /*+ INDEX(pcdl PA_COST_DISTRIBUTION_LINES_U1) */ /* bug 5194567 added hint */
1456: pa_faxface.get_group_level_task_id(pei.task_id,pt.top_task_id,
1457: p_project_id) group_level_task_id,
1458: pa_faxface.get_asset_category_id(pei.document_header_id, -- R12 new
1459: pei.document_line_number, -- R12 new
1460: pei.document_distribution_id, -- R12 new

Line 1458: pa_faxface.get_asset_category_id(pei.document_header_id, -- R12 new

1454: p_amount_type varchar2 ) IS
1455: SELECT /*+ INDEX(pcdl PA_COST_DISTRIBUTION_LINES_U1) */ /* bug 5194567 added hint */
1456: pa_faxface.get_group_level_task_id(pei.task_id,pt.top_task_id,
1457: p_project_id) group_level_task_id,
1458: pa_faxface.get_asset_category_id(pei.document_header_id, -- R12 new
1459: pei.document_line_number, -- R12 new
1460: pei.document_distribution_id, -- R12 new
1461: pei.transaction_source) asset_category_id,
1462: pei.system_linkage_function,

Line 3993: pa_faxface.update_asset_cost

3989: x_err_code);
3990:
3991: -- Update the asset capitalized_cost
3992:
3993: pa_faxface.update_asset_cost
3994: (assetlinerec.project_asset_id,
3995: 0, --- grouped_cip_cost
3996: assetlinerec.current_asset_cost, --- capitalized_cost
3997: x_err_stage,

Line 4176: PA_FAXFACE.NO_EVENT_PROJECTS

4172: is used to create project assets procedure no_event_projects will fail to update
4173: pa_project_assets table since the client code has not been fired at this point.
4174: IF x_capital_event_id IS NULL THEN
4175:
4176: PA_FAXFACE.NO_EVENT_PROJECTS
4177: ( x_project_num_from => x_project_num_from,
4178: x_project_num_to => x_project_num_to,
4179: x_in_service_date_through => x_in_service_date_through,
4180: x_err_stage => x_err_stage,

Line 4258: PA_FAXFACE.NO_EVENT_PROJECTS

4254:
4255: /*bug5758490*/
4256: IF x_capital_event_id IS NULL THEN
4257:
4258: PA_FAXFACE.NO_EVENT_PROJECTS
4259: ( x_project_id => projrec.project_id,
4260: x_in_service_date_through => x_in_service_date_through,
4261: x_err_stage => x_err_stage,
4262: x_err_code => x_err_code);

Line 5530: PA_FAXFACE_RET_PVT.INTERFACE_RET_COST_ADJ_LINE

5526: CLOSE ret_target_cur;
5527:
5528:
5529: --Call procedure to execute the API call for Interface to Oracle Assets
5530: PA_FAXFACE_RET_PVT.INTERFACE_RET_COST_ADJ_LINE
5531: (x_project_asset_line_id => assetlinerec.project_asset_line_id,
5532: x_msg_data => v_msg_data,
5533: x_err_stage => x_err_stage,
5534: x_err_code => x_err_code);

Line 5558: pa_faxface.update_asset_cost

5554: x_err_stage,
5555: x_err_code);
5556:
5557: -- Update the asset capitalized_cost
5558: pa_faxface.update_asset_cost
5559: (assetlinerec.project_asset_id,
5560: 0, --- grouped_cip_cost
5561: assetlinerec.current_asset_cost, --- capitalized_cost
5562: x_err_stage,

Line 5567: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error in PA_FAXFACE_RET_PVT.interface_ret_cost_adj_line for asset line: '||assetlinerec.project_asset_line_id);

5563: x_err_code);
5564:
5565: ELSE
5566:
5567: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error in PA_FAXFACE_RET_PVT.interface_ret_cost_adj_line for asset line: '||assetlinerec.project_asset_line_id);
5568: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error Code: '||x_err_code||' Error Stage:'||x_err_stage);
5569: FND_FILE.PUT_LINE(FND_FILE.LOG,'Message Data: '||v_msg_data);
5570:
5571: -- Reject Line with message returned by API

Line 6240: END PA_FAXFACE;

6236: BEGIN
6237: x_request_id := x_passed_request_id;
6238: END set_request_id;
6239:
6240: END PA_FAXFACE;