DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 295: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;

291: l_Misc_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
292: l_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
293: l_Batch_Name PA_Transaction_Interface_All.Batch_Name%TYPE;
294: l_Receipt_Num RCV_Shipment_Headers.Receipt_Num%TYPE;
295: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;
296: l_Start_Date DATE;
297: l_End_Date DATE;
298: l_Task_Id NUMBER;
299: l_Uom VARCHAR2(25);

Line 854: FROM gl_daily_conversion_types

850: if ( InvRec.Exchange_Rate_Type is not null ) then
851:
852: SELECT User_Conversion_Type
853: INTO l_User_Conv_Type
854: FROM gl_daily_conversion_types
855: WHERE conversion_type = InvRec.Exchange_Rate_Type;
856:
857: else -- bug 4219497
858: l_user_conv_type := null;

Line 1288: FROM gl_daily_conversion_types

1284: if ( InvRec.Exchange_Rate_Type is not null ) then
1285:
1286: SELECT User_Conversion_Type
1287: INTO l_User_Conv_Type
1288: FROM gl_daily_conversion_types
1289: WHERE conversion_type = InvRec.Exchange_Rate_Type;
1290:
1291: else -- bug 4219497
1292: l_user_conv_type := null;

Line 1727: FROM gl_daily_conversion_types

1723: if ( InvRec.Exchange_Rate_Type is not null ) then
1724:
1725: SELECT User_Conversion_Type
1726: INTO l_User_Conv_Type
1727: FROM gl_daily_conversion_types
1728: WHERE conversion_type = InvRec.Exchange_Rate_Type;
1729:
1730: else -- bug 4219497
1731: l_user_conv_type := null;

Line 2155: FROM gl_daily_conversion_types

2151: if ( InvRec.Exchange_Rate_Type is not null ) then
2152:
2153: SELECT User_Conversion_Type
2154: INTO l_User_Conv_Type
2155: FROM gl_daily_conversion_types
2156: WHERE conversion_type = InvRec.Exchange_Rate_Type;
2157:
2158: else -- bug 4219497
2159: l_user_conv_type := null;