DBA Data[Home] [Help]

APPS.QP_VALIDATE_FORMULA dependencies on QP_GLOBALS

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

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

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

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