DBA Data[Home] [Help]

APPS.PJM_TRANSFER_SPEC_CHARGES_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 133: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;

129: l_Tax_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
130: l_Misc_Exp_Comment PA_Transaction_Interface_All.Expenditure_Comment%TYPE;
131: l_Batch_Name PA_Transaction_Interface_All.Batch_Name%TYPE;
132: l_Receipt_Num RCV_Shipment_Headers.Receipt_Num%TYPE;
133: l_User_Conv_Type GL_Daily_Conversion_Types.User_Conversion_Type%TYPE;
134: l_Start_Date DATE;
135: l_End_Date DATE;
136: l_Task_Id NUMBER;
137:

Line 749: FROM gl_daily_conversion_types

745: if ( InvRec.Exchange_Rate_Type is not null ) then
746:
747: SELECT User_Conversion_Type
748: INTO l_User_Conv_Type
749: FROM gl_daily_conversion_types
750: WHERE conversion_type = InvRec.Exchange_Rate_Type;
751:
752: end if;
753:

Line 1041: FROM gl_daily_conversion_types

1037: if ( InvRec.Exchange_Rate_Type is not null ) then
1038:
1039: SELECT User_Conversion_Type
1040: INTO l_User_Conv_Type
1041: FROM gl_daily_conversion_types
1042: WHERE conversion_type = InvRec.Exchange_Rate_Type;
1043:
1044: end if;
1045: