DBA Data[Home] [Help]

APPS.QP_DEFAULT_CON dependencies on QP_DEFAULT_CON

Line 1: PACKAGE BODY QP_Default_Con AS

1: PACKAGE BODY QP_Default_Con AS
2: /* $Header: QPXDCONB.pls 120.2 2005/07/06 04:51:29 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Con';

2: /* $Header: QPXDCONB.pls 120.2 2005/07/06 04:51:29 appldev ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Con';
7:
8: -- Package global used within the package.
9:
10: g_CON_rec QP_Attributes_PUB.Con_Rec_Type;

Line 509: QP_Default_Con.Attributes

505: OR g_CON_rec.user_description = FND_API.G_MISS_CHAR
506: OR g_CON_rec.user_prc_context_name = FND_API.G_MISS_CHAR
507: THEN
508:
509: QP_Default_Con.Attributes
510: ( p_CON_rec => g_CON_rec
511: , p_iteration => p_iteration + 1
512: , x_CON_rec => x_CON_rec
513: );

Line 525: END QP_Default_Con;

521: END IF;
522:
523: END Attributes;
524:
525: END QP_Default_Con;