DBA Data[Home] [Help]

APPS.OPI_OPM_COMMON_PKG dependencies on GL_CURR_MST

Line 50: PV_OPMCO_GMA_F_CURR gl_curr_mst.currency_code%TYPE;

46: */
47:
48: /* Package Variables for the function to avoid repetative calculations */
49:
50: PV_OPMCO_GMA_F_CURR gl_curr_mst.currency_code%TYPE;
51: PV_OPMCO_GMA_T_CURR gl_curr_mst.currency_code%TYPE;
52: PV_OPMCO_GMA_RATE_DT DATE;
53: PV_OPMCO_GMA_SIGN NUMBER;
54: PV_OPMCO_GMA_XCNG_RATE NUMBER;

Line 51: PV_OPMCO_GMA_T_CURR gl_curr_mst.currency_code%TYPE;

47:
48: /* Package Variables for the function to avoid repetative calculations */
49:
50: PV_OPMCO_GMA_F_CURR gl_curr_mst.currency_code%TYPE;
51: PV_OPMCO_GMA_T_CURR gl_curr_mst.currency_code%TYPE;
52: PV_OPMCO_GMA_RATE_DT DATE;
53: PV_OPMCO_GMA_SIGN NUMBER;
54: PV_OPMCO_GMA_XCNG_RATE NUMBER;
55:

Line 57: p_From_Curr IN gl_curr_mst.currency_code%TYPE,

53: PV_OPMCO_GMA_SIGN NUMBER;
54: PV_OPMCO_GMA_XCNG_RATE NUMBER;
55:
56: FUNCTION OPMCO_GET_MULCURR_AMT(
57: p_From_Curr IN gl_curr_mst.currency_code%TYPE,
58: p_To_Curr IN gl_curr_mst.currency_code%TYPE,
59: p_Rate_date IN DATE,
60: p_amount IN NUMBER)
61: RETURN NUMBER;

Line 58: p_To_Curr IN gl_curr_mst.currency_code%TYPE,

54: PV_OPMCO_GMA_XCNG_RATE NUMBER;
55:
56: FUNCTION OPMCO_GET_MULCURR_AMT(
57: p_From_Curr IN gl_curr_mst.currency_code%TYPE,
58: p_To_Curr IN gl_curr_mst.currency_code%TYPE,
59: p_Rate_date IN DATE,
60: p_amount IN NUMBER)
61: RETURN NUMBER;
62:

Line 82: PV_OPMCO_CE_F_CURR gl_curr_mst.currency_code%TYPE;

78: ###################################################################### */
79:
80: /* Package Variables for the function to avoid repetative calculations */
81:
82: PV_OPMCO_CE_F_CURR gl_curr_mst.currency_code%TYPE;
83: PV_OPMCO_CE_T_CURR gl_curr_mst.currency_code%TYPE;
84: PV_OPMCO_CE_RATE_DT DATE;
85: PV_OPMCO_CE_XCNG_ERROR NUMBER;
86:

Line 83: PV_OPMCO_CE_T_CURR gl_curr_mst.currency_code%TYPE;

79:
80: /* Package Variables for the function to avoid repetative calculations */
81:
82: PV_OPMCO_CE_F_CURR gl_curr_mst.currency_code%TYPE;
83: PV_OPMCO_CE_T_CURR gl_curr_mst.currency_code%TYPE;
84: PV_OPMCO_CE_RATE_DT DATE;
85: PV_OPMCO_CE_XCNG_ERROR NUMBER;
86:
87: FUNCTION OPMCO_CURRCONV_ERROR (

Line 88: p_From_Curr IN gl_curr_mst.currency_code%TYPE,

84: PV_OPMCO_CE_RATE_DT DATE;
85: PV_OPMCO_CE_XCNG_ERROR NUMBER;
86:
87: FUNCTION OPMCO_CURRCONV_ERROR (
88: p_From_Curr IN gl_curr_mst.currency_code%TYPE,
89: p_To_Curr IN gl_curr_mst.currency_code%TYPE,
90: p_Rate_date IN DATE)
91: RETURN NUMBER;
92: /* #############################################################################

Line 89: p_To_Curr IN gl_curr_mst.currency_code%TYPE,

85: PV_OPMCO_CE_XCNG_ERROR NUMBER;
86:
87: FUNCTION OPMCO_CURRCONV_ERROR (
88: p_From_Curr IN gl_curr_mst.currency_code%TYPE,
89: p_To_Curr IN gl_curr_mst.currency_code%TYPE,
90: p_Rate_date IN DATE)
91: RETURN NUMBER;
92: /* #############################################################################
93: Function OPI_OPM_GET_CHARGE