DBA Data[Home] [Help]

APPS.QP_VALIDATE_FORMULA dependencies on QP_GLOBALS

Line 92: IF (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_CREATE) or

88: END IF;
89:
90: -- Give warning message that dynamic formula package generater must be run if it is a new Formula
91:
92: IF (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_CREATE) or
93: (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_UPDATE)
94: THEN
95:
96: --sfiresto (Check dynamic formula package for formulas, not database)

Line 93: (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_UPDATE)

89:
90: -- Give warning message that dynamic formula package generater must be run if it is a new Formula
91:
92: IF (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_CREATE) or
93: (p_FORMULA_rec.operation = QP_GLOBALS.G_OPR_UPDATE)
94: THEN
95:
96: --sfiresto (Check dynamic formula package for formulas, not database)
97: