DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PATCX

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

5833:
5834: /* X_bill_flag := temp_bill_flag; commented for bug 6509828*/
5835:
5836: --PA-J Txn Ctrl Changes
5837: --Assignment_Id is overwritten by the User in PATC/PATCX.
5838: --Since p_assignment_id in PATC cannot be changed to IN/OUT, we are using the
5839: --the global variable set in PATC.
5840: --Thus assign PATC.global variable to G_Assignment_Id here for sys links ER,ST,OT.
5841: if (x_system_linkage in ('ST', 'OT', 'ER')) then

Line 12379: patcx.tc_extension( X_project_id => g_project_id

12375: pa_debug.G_err_stage := 'Calling patc client extension for override to assignment id';
12376: log_message('log_message: ' || pa_debug.G_err_Stage);
12377: END IF;
12378:
12379: patcx.tc_extension( X_project_id => g_project_id
12380: , X_task_id => g_task_id
12381: , X_expenditure_item_date => X_ei_date
12382: , X_expenditure_type => X_etype
12383: , X_non_labor_resource => X_nlr

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

12434: , p_po_price_type => p_po_price_type );
12435:
12436: -- No change to Billable Flag here, use what is inserted into the interface table
12437: X_status := temp_status; -- Added for bug#6278593
12438: /*S.N. 5297060 The patcx extension parameter x_assignment_id is IN OUT so the value can change
12439: for assignment_id. To handle this we will use a dummy assigment id to hold the value
12440: and reset the value back if the transaction is a reversal. */
12441: If X_match_flag = 'N' Then
12442: G_assignment_id := l_temp_g_assignment_id;