DBA Data[Home] [Help]

APPS.PJM_TRANSFER_IPV_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 193: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;

189: l_IPV_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
190: l_ERV_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
191: l_Batch_Name PA_Transaction_Interface_All.Batch_Name%TYPE;
192: l_Receipt_Num RCV_Shipment_Headers.Receipt_Num%TYPE;
193: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;
194: l_Start_Date DATE;
195: l_End_Date DATE;
196: l_Task_Id NUMBER;
197:

Line 504: FROM gl_daily_conversion_types

500: if ( InvRec.Exchange_Rate_Type is not null ) then
501:
502: SELECT User_Conversion_Type
503: INTO l_User_Conv_Type
504: FROM gl_daily_conversion_types
505: WHERE conversion_type = InvRec.Exchange_Rate_Type;
506:
507: end if;
508: