DBA Data[Home] [Help]

APPS.PATC dependencies on PATCX

Line 341: patcx_bill_flag VARCHAR2(1);

337: tc task_level_tc%ROWTYPE;
338:
339: proj project_info%ROWTYPE;
340:
341: patcx_bill_flag VARCHAR2(1);
342:
343: X_org_id NUMBER(15) DEFAULT NULL;
344: l_calling_module Varchar2(20); --Added for bug#13803367
345:

Line 835: patcx.tc_extension(

831:
832: l_calling_module := 'PAXVOTCB';
833:
834:
835: patcx.tc_extension(
836: X_project_id => X_project_id
837: , X_task_id => l_task_id -- Replaced X_task_id with l_task_id for bug 16220146
838: , X_expenditure_item_date => X_ei_date
839: , X_expenditure_type => X_expenditure_type

Line 874: , X_billable_flag => patcx_bill_flag

870: , X_attribute13 => X_attribute13
871: , X_attribute14 => X_attribute14
872: , X_attribute15 => X_attribute15
873: , X_msg_application => X_msg_application
874: , X_billable_flag => patcx_bill_flag
875: , X_msg_type => temp_msg_type
876: , X_msg_token1 => temp_msg_token1
877: , X_msg_token2 => temp_msg_token2
878: , X_msg_token3 => temp_msg_token3

Line 916: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN

912: , P_pa_ref_var8 => P_pa_ref_var8
913: , P_pa_ref_var9 => P_pa_ref_var9
914: , P_pa_ref_var10 => P_pa_ref_var10 );
915:
916: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
917: X_billable_flag := patcx_bill_flag;
918: ELSE
919: X_billable_flag := NVL(temp_bill_flag,'N');
920: END IF;

Line 917: X_billable_flag := patcx_bill_flag;

913: , P_pa_ref_var9 => P_pa_ref_var9
914: , P_pa_ref_var10 => P_pa_ref_var10 );
915:
916: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
917: X_billable_flag := patcx_bill_flag;
918: ELSE
919: X_billable_flag := NVL(temp_bill_flag,'N');
920: END IF;
921:

Line 1978: patcx_bill_flag := temp_bill_flag;

1974: end if ;
1975:
1976: END IF ; -- IF ( X_Calling_Module <> 'CreateRelatedItem')
1977:
1978: patcx_bill_flag := temp_bill_flag;
1979:
1980: print_message('Stage:PATC:10.13.00:Calling patcx.tc_extension api');
1981:
1982: --Bug 3017533

Line 1980: print_message('Stage:PATC:10.13.00:Calling patcx.tc_extension api');

1976: END IF ; -- IF ( X_Calling_Module <> 'CreateRelatedItem')
1977:
1978: patcx_bill_flag := temp_bill_flag;
1979:
1980: print_message('Stage:PATC:10.13.00:Calling patcx.tc_extension api');
1981:
1982: --Bug 3017533
1983: L_BeforeCE_AsgnId := PATC.G_OVERIDE_ASSIGNMENT_ID;
1984:

Line 1985: patcx.tc_extension(

1981:
1982: --Bug 3017533
1983: L_BeforeCE_AsgnId := PATC.G_OVERIDE_ASSIGNMENT_ID;
1984:
1985: patcx.tc_extension(
1986: X_project_id => X_project_id
1987: , X_task_id => l_task_id -- Replaced X_task_id with l_task_id for bug 16220146
1988: , X_expenditure_item_date => X_ei_date
1989: , X_expenditure_type => X_expenditure_type

Line 2024: , X_billable_flag => patcx_bill_flag

2020: , X_attribute13 => X_attribute13
2021: , X_attribute14 => X_attribute14
2022: , X_attribute15 => X_attribute15
2023: , X_msg_application => X_msg_application
2024: , X_billable_flag => patcx_bill_flag
2025: , X_msg_type => temp_msg_type
2026: , X_msg_token1 => temp_msg_token1
2027: , X_msg_token2 => temp_msg_token2
2028: , X_msg_token3 => temp_msg_token3

Line 2067: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||

2063: , P_pa_ref_var9 => P_pa_ref_var9
2064: , P_pa_ref_var10 => P_pa_ref_var10 );
2065:
2066: print_message('Stage:PATC:10.13.001');
2067: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||
2068: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
2069:
2070: /*Start Bug4518893 */
2071:

Line 2068: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');

2064: , P_pa_ref_var10 => P_pa_ref_var10 );
2065:
2066: print_message('Stage:PATC:10.13.001');
2067: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||
2068: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
2069:
2070: /*Start Bug4518893 */
2071:
2072: /* IF Condition commented Start changes for bug#12597910 */

Line 2076: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN

2072: /* IF Condition commented Start changes for bug#12597910 */
2073:
2074: -- IF ( nvl(P_payroll_accrual_flag,'N') <> 'Y') THEN --- Condition Added for payroll billable_flag changes for 12.2 start bug#12344689
2075: --{
2076: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
2077: X_billable_flag := patcx_bill_flag;
2078: ELSE
2079: X_billable_flag := temp_bill_flag;
2080: END IF;

Line 2077: X_billable_flag := patcx_bill_flag;

2073:
2074: -- IF ( nvl(P_payroll_accrual_flag,'N') <> 'Y') THEN --- Condition Added for payroll billable_flag changes for 12.2 start bug#12344689
2075: --{
2076: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
2077: X_billable_flag := patcx_bill_flag;
2078: ELSE
2079: X_billable_flag := temp_bill_flag;
2080: END IF;
2081: --}

Line 2107: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN

2103: CLOSE project_info;
2104: End of change for Bug 7685120 */
2105:
2106: /* Start bug4518893
2107: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
2108: X_billable_flag := patcx_bill_flag;
2109: ELSE
2110: X_billable_flag := temp_bill_flag;
2111: END IF;

Line 2108: X_billable_flag := patcx_bill_flag;

2104: End of change for Bug 7685120 */
2105:
2106: /* Start bug4518893
2107: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
2108: X_billable_flag := patcx_bill_flag;
2109: ELSE
2110: X_billable_flag := temp_bill_flag;
2111: END IF;
2112: End bug4518893 */