DBA Data[Home] [Help]

APPS.PA_TAX_CLIENT_EXTN_DRV dependencies on PA_TAX_CLIENT_EXTN_DRV

Line 1: PACKAGE BODY pa_tax_client_extn_drv AS

1: PACKAGE BODY pa_tax_client_extn_drv AS
2: /* $Header: PAXVDTXB.pls 120.7 2007/10/26 12:33:48 arbandyo ship $ */
3: -- Private procedure for setting invoice distribution warning
4:
5: /*----------------------------------------------------------------------------+

Line 21: If (pa_tax_client_extn_drv.G_Project_Id <> P_Project_ID or

17:
18: -- If Project id or draft Invoice Number is changed then insert the
19: -- distribution warning.
20:
21: If (pa_tax_client_extn_drv.G_Project_Id <> P_Project_ID or
22: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num
23: <> pa_tax_client_extn_drv.G_Draft_Invoice_num )
24: Then
25: If pa_tax_client_extn_drv.G_Draft_Invoice_num is not NULL

Line 22: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num

18: -- If Project id or draft Invoice Number is changed then insert the
19: -- distribution warning.
20:
21: If (pa_tax_client_extn_drv.G_Project_Id <> P_Project_ID or
22: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num
23: <> pa_tax_client_extn_drv.G_Draft_Invoice_num )
24: Then
25: If pa_tax_client_extn_drv.G_Draft_Invoice_num is not NULL
26: Then

Line 23: <> pa_tax_client_extn_drv.G_Draft_Invoice_num )

19: -- distribution warning.
20:
21: If (pa_tax_client_extn_drv.G_Project_Id <> P_Project_ID or
22: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num
23: <> pa_tax_client_extn_drv.G_Draft_Invoice_num )
24: Then
25: If pa_tax_client_extn_drv.G_Draft_Invoice_num is not NULL
26: Then
27: BEGIN

Line 25: If pa_tax_client_extn_drv.G_Draft_Invoice_num is not NULL

21: If (pa_tax_client_extn_drv.G_Project_Id <> P_Project_ID or
22: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num
23: <> pa_tax_client_extn_drv.G_Draft_Invoice_num )
24: Then
25: If pa_tax_client_extn_drv.G_Draft_Invoice_num is not NULL
26: Then
27: BEGIN
28: SELECT Meaning
29: INTO l_error_message

Line 45: P_Project_ID, pa_tax_client_extn_drv.G_Draft_Invoice_Num,sysdate,

41: CREATION_DATE, CREATED_BY, REQUEST_ID, WARNING_MESSAGE
42: )
43: VALUES
44: (
45: P_Project_ID, pa_tax_client_extn_drv.G_Draft_Invoice_Num,sysdate,
46: P_User_ID,sysdate, P_User_ID, P_Request_ID, l_error_message
47: );
48: Else
49:

Line 51: pa_tax_client_extn_drv.G_error_Code := P_Error_Message_Code;

47: );
48: Else
49:
50: -- Set the Error Code
51: pa_tax_client_extn_drv.G_error_Code := P_Error_Message_Code;
52:
53: End if;
54:
55: -- Set the Global to avoid unnecessary loop

Line 56: pa_tax_client_extn_drv.G_Project_Id := P_Project_ID;

52:
53: End if;
54:
55: -- Set the Global to avoid unnecessary loop
56: pa_tax_client_extn_drv.G_Project_Id := P_Project_ID;
57: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num := G_Draft_Invoice_num;
58:
59: End If;
60:

Line 57: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num := G_Draft_Invoice_num;

53: End if;
54:
55: -- Set the Global to avoid unnecessary loop
56: pa_tax_client_extn_drv.G_Project_Id := P_Project_ID;
57: pa_tax_client_extn_drv.G_Prv_Draft_Invoice_num := G_Draft_Invoice_num;
58:
59: End If;
60:
61:

Line 153: END pa_tax_client_extn_drv;

149: Raise;
150:
151: END get_tax_code;
152:
153: END pa_tax_client_extn_drv;