DBA Data[Home] [Help]

APPS.QP_DEFAULT_MODIFIER_LIST dependencies on QP_GLOBALS

Line 456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));

452:
453: oe_debug_pub.add('BEGIN attributes in QPXDMLHB');
454: -- Check number of iterations.
455:
456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));
457: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN
458:
459: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
460: THEN

Line 457: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN

453: oe_debug_pub.add('BEGIN attributes in QPXDMLHB');
454: -- Check number of iterations.
455:
456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));
457: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN
458:
459: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
460: THEN
461: