DBA Data[Home] [Help]

APPS.PATC dependencies on PATCX

Line 309: patcx_bill_flag VARCHAR2(1);

305: tc task_level_tc%ROWTYPE;
306:
307: proj project_info%ROWTYPE;
308:
309: patcx_bill_flag VARCHAR2(1);
310:
311: X_org_id NUMBER(15) DEFAULT NULL;
312:
313: -- =====================================================================

Line 1605: patcx_bill_flag := temp_bill_flag;

1601: end if ;
1602:
1603: END IF ; -- IF ( X_Calling_Module <> 'CreateRelatedItem')
1604:
1605: patcx_bill_flag := temp_bill_flag;
1606:
1607: print_message('Stage:PATC:10.13.00:Calling patcx.tc_extension api');
1608:
1609: --Bug 3017533

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

1603: END IF ; -- IF ( X_Calling_Module <> 'CreateRelatedItem')
1604:
1605: patcx_bill_flag := temp_bill_flag;
1606:
1607: print_message('Stage:PATC:10.13.00:Calling patcx.tc_extension api');
1608:
1609: --Bug 3017533
1610: L_BeforeCE_AsgnId := PATC.G_OVERIDE_ASSIGNMENT_ID;
1611:

Line 1612: patcx.tc_extension(

1608:
1609: --Bug 3017533
1610: L_BeforeCE_AsgnId := PATC.G_OVERIDE_ASSIGNMENT_ID;
1611:
1612: patcx.tc_extension(
1613: X_project_id => X_project_id
1614: , X_task_id => X_task_id
1615: , X_expenditure_item_date => X_ei_date
1616: , X_expenditure_type => X_expenditure_type

Line 1651: , X_billable_flag => patcx_bill_flag

1647: , X_attribute13 => X_attribute13
1648: , X_attribute14 => X_attribute14
1649: , X_attribute15 => X_attribute15
1650: , X_msg_application => X_msg_application
1651: , X_billable_flag => patcx_bill_flag
1652: , X_msg_type => temp_msg_type
1653: , X_msg_token1 => temp_msg_token1
1654: , X_msg_token2 => temp_msg_token2
1655: , X_msg_token3 => temp_msg_token3

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

1690: , P_pa_ref_var9 => P_pa_ref_var9
1691: , P_pa_ref_var10 => P_pa_ref_var10 );
1692:
1693: print_message('Stage:PATC:10.13.001');
1694: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||
1695: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
1696:
1697: /*Start Bug4518893 */
1698: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN

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

1691: , P_pa_ref_var10 => P_pa_ref_var10 );
1692:
1693: print_message('Stage:PATC:10.13.001');
1694: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||
1695: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
1696:
1697: /*Start Bug4518893 */
1698: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
1699: X_billable_flag := patcx_bill_flag;

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

1694: print_message('End of patcx.tc_extension api patcx_bill_flag :'||patcx_bill_flag||
1695: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
1696:
1697: /*Start Bug4518893 */
1698: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
1699: X_billable_flag := patcx_bill_flag;
1700: ELSE
1701: X_billable_flag := temp_bill_flag;
1702: END IF;

Line 1699: X_billable_flag := patcx_bill_flag;

1695: 'Assignment :'||PATC.G_OVERIDE_ASSIGNMENT_ID||'patcx_status['||temp_status||']');
1696:
1697: /*Start Bug4518893 */
1698: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
1699: X_billable_flag := patcx_bill_flag;
1700: ELSE
1701: X_billable_flag := temp_bill_flag;
1702: END IF;
1703: /*End Bug4518893 */

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

1720:
1721: CLOSE project_info;
1722:
1723: /* Start bug4518893
1724: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
1725: X_billable_flag := patcx_bill_flag;
1726: ELSE
1727: X_billable_flag := temp_bill_flag;
1728: END IF;

Line 1725: X_billable_flag := patcx_bill_flag;

1721: CLOSE project_info;
1722:
1723: /* Start bug4518893
1724: IF ( patcx_bill_flag = 'N' OR patcx_bill_flag = 'Y' ) THEN
1725: X_billable_flag := patcx_bill_flag;
1726: ELSE
1727: X_billable_flag := temp_bill_flag;
1728: END IF;
1729: End bug4518893 */