DBA Data[Home] [Help]

APPS.QP_VALIDATE_FORMULA_LINES dependencies on OE_DEBUG_PUB

Line 23: oe_debug_pub.add('Entering proc Entity of Formula Lines Validation Pkg');

19: l_qp_status VARCHAR2(1);
20:
21: BEGIN
22:
23: oe_debug_pub.add('Entering proc Entity of Formula Lines Validation Pkg');
24:
25: -- Check if only Basic Pricing installed. If so then Formula Line types
26: -- 'PLL', 'FUNC' and 'LP' are not allowed. They are permitted only when
27: -- Advanced Pricing is installed.

Line 302: oe_debug_pub.add('Leaving proc Entity of Formula Lines Validation Pkg');

298:
299:
300:
301:
302: oe_debug_pub.add('Leaving proc Entity of Formula Lines Validation Pkg');
303: EXCEPTION
304:
305: WHEN FND_API.G_EXC_ERROR THEN
306:

Line 338: oe_debug_pub.add('Entering proc Attributes of Formula Lines Validation Pkg');

334: )
335: IS
336: BEGIN
337:
338: oe_debug_pub.add('Entering proc Attributes of Formula Lines Validation Pkg');
339: x_return_status := FND_API.G_RET_STS_SUCCESS;
340:
341: -- Validate FORMULA_LINES attributes
342:

Line 659: oe_debug_pub.add('Leaving proc Attributes of Formula Lines Validation Pkg');

655: END IF;
656:
657: -- Done validating attributes
658:
659: oe_debug_pub.add('Leaving proc Attributes of Formula Lines Validation Pkg');
660: EXCEPTION
661:
662: WHEN FND_API.G_EXC_ERROR THEN
663:

Line 694: oe_debug_pub.add('Entering proc Entity_Delete of Formula Lines Validation Pkg');

690: IS
691: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
692: BEGIN
693:
694: oe_debug_pub.add('Entering proc Entity_Delete of Formula Lines Validation Pkg');
695: -- Validate entity delete.
696:
697: NULL;
698:

Line 703: oe_debug_pub.add('Leaving proc Entity_Delete of Formula Lines Validation Pkg');

699: -- Done.
700:
701: x_return_status := l_return_status;
702:
703: oe_debug_pub.add('Leaving proc Entity_Delete of Formula Lines Validation Pkg');
704: EXCEPTION
705:
706: WHEN FND_API.G_EXC_ERROR THEN
707: