DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PATCX

Line 5373: --Assignment_Id is overwritten by the User in PATC/PATCX.

5369:
5370: /* X_bill_flag := temp_bill_flag; commented for bug 6509828*/
5371:
5372: --PA-J Txn Ctrl Changes
5373: --Assignment_Id is overwritten by the User in PATC/PATCX.
5374: --Since p_assignment_id in PATC cannot be changed to IN/OUT, we are using the
5375: --the global variable set in PATC.
5376: --Thus assign PATC.global variable to G_Assignment_Id here for sys links ER,ST,OT.
5377: if (x_system_linkage in ('ST', 'OT', 'ER')) then

Line 11494: patcx.tc_extension( X_project_id => g_project_id

11490: pa_debug.G_err_stage := 'Calling patc client extension for override to assignment id';
11491: log_message('log_message: ' || pa_debug.G_err_Stage);
11492: END IF;
11493:
11494: patcx.tc_extension( X_project_id => g_project_id
11495: , X_task_id => g_task_id
11496: , X_expenditure_item_date => X_ei_date
11497: , X_expenditure_type => X_etype
11498: , X_non_labor_resource => X_nlr

Line 11553: /*S.N. 5297060 The patcx extension parameter x_assignment_id is IN OUT so the value can change

11549: , p_po_price_type => p_po_price_type );
11550:
11551: -- No change to Billable Flag here, use what is inserted into the interface table
11552: X_status := temp_status; -- Added for bug#6278593
11553: /*S.N. 5297060 The patcx extension parameter x_assignment_id is IN OUT so the value can change
11554: for assignment_id. To handle this we will use a dummy assigment id to hold the value
11555: and reset the value back if the transaction is a reversal. */
11556: If X_match_flag = 'N' Then
11557: G_assignment_id := l_temp_g_assignment_id;