DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PATC

Line 2848: This check is already present in PATC.

2844:
2845: last_proj := X_pnum;
2846:
2847: /* Bug 2726763: Remove reduntant call to pa_project_utils.check_project_action_allowed
2848: This check is already present in PATC.
2849:
2850: -- ===========================================================================
2851: -- Check if new transactions are allowed against this project
2852:

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 5838: --Since p_assignment_id in PATC cannot be changed to IN/OUT, we are using the

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
5842: pa_debug.G_err_stage := 'Override Assignment Id';

Line 5839: --the global variable set in PATC.

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
5842: pa_debug.G_err_stage := 'Override Assignment Id';
5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;

Line 5840: --Thus assign PATC.global variable to G_Assignment_Id here for sys links ER,ST,OT.

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
5842: pa_debug.G_err_stage := 'Override Assignment Id';
5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;
5844:

Line 5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;

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
5842: pa_debug.G_err_stage := 'Override Assignment Id';
5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;
5844:
5845: /* Start of bug 2648550 */
5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;
5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;

Line 5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;

5842: pa_debug.G_err_stage := 'Override Assignment Id';
5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;
5844:
5845: /* Start of bug 2648550 */
5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;
5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
5848: X_Assignment_Name := PATC.G_OVERIDE_ASSIGNMENT_NAME ;
5849: X_Work_Type_Name := PATC.G_OVERIDE_WORK_TYPE_NAME;
5850: /* End of bug 2648550 */

Line 5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;

5843: G_Assignment_Id := PATC.G_OVERIDE_ASSIGNMENT_ID;
5844:
5845: /* Start of bug 2648550 */
5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;
5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
5848: X_Assignment_Name := PATC.G_OVERIDE_ASSIGNMENT_NAME ;
5849: X_Work_Type_Name := PATC.G_OVERIDE_WORK_TYPE_NAME;
5850: /* End of bug 2648550 */
5851:

Line 5848: X_Assignment_Name := PATC.G_OVERIDE_ASSIGNMENT_NAME ;

5844:
5845: /* Start of bug 2648550 */
5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;
5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
5848: X_Assignment_Name := PATC.G_OVERIDE_ASSIGNMENT_NAME ;
5849: X_Work_Type_Name := PATC.G_OVERIDE_WORK_TYPE_NAME;
5850: /* End of bug 2648550 */
5851:
5852: IF PG_DEBUG = 'Y' THEN

Line 5849: X_Work_Type_Name := PATC.G_OVERIDE_WORK_TYPE_NAME;

5845: /* Start of bug 2648550 */
5846: G_Work_Type_Id := PATC.G_OVERIDE_WORK_TYPE_ID;
5847: G_Tp_Amt_Type_Code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
5848: X_Assignment_Name := PATC.G_OVERIDE_ASSIGNMENT_NAME ;
5849: X_Work_Type_Name := PATC.G_OVERIDE_WORK_TYPE_NAME;
5850: /* End of bug 2648550 */
5851:
5852: IF PG_DEBUG = 'Y' THEN
5853: log_message('log_message: ' || 'Overriding Assignment Id = ' || G_Assignment_Id);

Line 12375: pa_debug.G_err_stage := 'Calling patc client extension for override to assignment id';

12371: G_IcProcessed_Code := 'X';
12372: l_temp_g_assignment_id := G_Assignment_Id; -- bug 5297060
12373:
12374: IF PG_DEBUG = 'Y' THEN
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

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;