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.80.12020000.4 2013/03/06 09:24:49 admarath ship $ */
3:
4: TYPE t_rec is record (group_level_task_id NUMBER(15),
5: asset_category_id NUMBER(15),

Line 1362: PA_FAXFACE.NO_EVENT_PROJECTS

1358: x_err_code);
1359:
1360: IF x_capital_event_id is null THEN
1361: /* for bug 10257577 */
1362: PA_FAXFACE.NO_EVENT_PROJECTS
1363: ( x_project_id => x_project_id,
1364: x_in_service_date_through => x_in_service_date_through,
1365: x_err_stage => x_err_stage,
1366: x_err_code => x_err_code);

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

1636: p_in_service_date_through DATE,
1637: p_ledger_id NUMBER,
1638: p_amount_type varchar2 ) IS
1639: SELECT /*+ INDEX(pcdl PA_COST_DISTRIBUTION_LINES_U1) */ /* bug 5194567 added hint */
1640: pa_faxface.get_group_level_task_id(pei.task_id,pt.top_task_id,
1641: p_project_id) group_level_task_id,
1642: pa_faxface.get_asset_category_id(pei.document_header_id, -- R12 new
1643: pei.document_line_number, -- R12 new
1644: pei.document_distribution_id, -- R12 new

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

1638: p_amount_type varchar2 ) IS
1639: SELECT /*+ INDEX(pcdl PA_COST_DISTRIBUTION_LINES_U1) */ /* bug 5194567 added hint */
1640: pa_faxface.get_group_level_task_id(pei.task_id,pt.top_task_id,
1641: p_project_id) group_level_task_id,
1642: pa_faxface.get_asset_category_id(pei.document_header_id, -- R12 new
1643: pei.document_line_number, -- R12 new
1644: pei.document_distribution_id, -- R12 new
1645: pei.transaction_source,
1646: pei.document_distribution_type) asset_category_id, --self assessed tax enhancement

Line 4377: pa_faxface.update_asset_cost

4373: x_err_code);
4374:
4375: -- Update the asset capitalized_cost
4376:
4377: pa_faxface.update_asset_cost
4378: (assetlinerec.project_asset_id,
4379: 0, --- grouped_cip_cost
4380: assetlinerec.current_asset_cost, --- capitalized_cost
4381: x_err_stage,

Line 4560: PA_FAXFACE.NO_EVENT_PROJECTS

4556: is used to create project assets procedure no_event_projects will fail to update
4557: pa_project_assets table since the client code has not been fired at this point.
4558: IF x_capital_event_id IS NULL THEN
4559:
4560: PA_FAXFACE.NO_EVENT_PROJECTS
4561: ( x_project_num_from => x_project_num_from,
4562: x_project_num_to => x_project_num_to,
4563: x_in_service_date_through => x_in_service_date_through,
4564: x_err_stage => x_err_stage,

Line 4642: PA_FAXFACE.NO_EVENT_PROJECTS

4638:
4639: /*bug5758490*/
4640: IF x_capital_event_id IS NULL THEN
4641:
4642: PA_FAXFACE.NO_EVENT_PROJECTS
4643: ( x_project_id => projrec.project_id,
4644: x_in_service_date_through => x_in_service_date_through,
4645: x_err_stage => x_err_stage,
4646: x_err_code => x_err_code);

Line 5916: PA_FAXFACE_RET_PVT.INTERFACE_RET_COST_ADJ_LINE

5912: CLOSE ret_target_cur;
5913:
5914:
5915: --Call procedure to execute the API call for Interface to Oracle Assets
5916: PA_FAXFACE_RET_PVT.INTERFACE_RET_COST_ADJ_LINE
5917: (x_project_asset_line_id => assetlinerec.project_asset_line_id,
5918: x_msg_data => v_msg_data,
5919: x_err_stage => x_err_stage,
5920: x_err_code => x_err_code);

Line 5944: pa_faxface.update_asset_cost

5940: x_err_stage,
5941: x_err_code);
5942:
5943: -- Update the asset capitalized_cost
5944: pa_faxface.update_asset_cost
5945: (assetlinerec.project_asset_id,
5946: 0, --- grouped_cip_cost
5947: assetlinerec.current_asset_cost, --- capitalized_cost
5948: x_err_stage,

Line 5953: 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);

5949: x_err_code);
5950:
5951: ELSE
5952:
5953: 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);
5954: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error Code: '||x_err_code||' Error Stage:'||x_err_stage);
5955: FND_FILE.PUT_LINE(FND_FILE.LOG,'Message Data: '||v_msg_data);
5956:
5957: -- Reject Line with message returned by API

Line 6687: END PA_FAXFACE;

6683: BEGIN
6684: x_request_id := x_passed_request_id;
6685: END set_request_id;
6686:
6687: END PA_FAXFACE;