DBA Data[Home] [Help]

APPS.HZ_UTILITY_V2PUB dependencies on FND_API

Line 500: * The function will raise fnd_api.g_exc_unexpected_error if

496: * FUNCTION Get_SchemaName
497: *
498: * DESCRIPTION
499: * Return Schema's Name By Given The Application's Short Name
500: * The function will raise fnd_api.g_exc_unexpected_error if
501: * the short name can not be found in installation and put a
502: * message ' is not a valid oracle schema name.'
503: * in the message stack.
504: *

Line 527: * The function will raise fnd_api.g_exc_unexpected_error if

523: * FUNCTION Get_AppsSchemaName
524: *
525: * DESCRIPTION
526: * Return APPS Schema's Name
527: * The function will raise fnd_api.g_exc_unexpected_error if
528: * the 'FND' as a short name can not be found in installation.
529: * and put a message 'FND is not a valid oracle schema name.'
530: * in the message stack.
531: *

Line 581: * Set x_return_status to FND_API.G_RET_STS_ERROR when

577: * FUNCTION Check_ObsoleteColumn
578: *
579: * DESCRIPTION
580: * Internal use only!!
581: * Set x_return_status to FND_API.G_RET_STS_ERROR when
582: * user is trying to pass value into an obsolete column
583: * in development site.
584: *
585: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED

Line 595: * FND_API.G_MISS_XXX and for V2 API, we do

591: * p_column Column name.
592: * p_column_value Value of the column.
593: * p_default_value Default value of the column. Please note,
594: * for V1 API, most columns are defaulted to
595: * FND_API.G_MISS_XXX and for V2 API, we do
596: * not have default value for most columns.
597: * p_old_column_value Database value of the column. Only used
598: * in update mode.
599: * OUT:

Line 600: * x_return_status Return FND_API.G_RET_STS_ERROR if user

596: * not have default value for most columns.
597: * p_old_column_value Database value of the column. Only used
598: * in update mode.
599: * OUT:
600: * x_return_status Return FND_API.G_RET_STS_ERROR if user
601: * is trying to pass value into an obsolete
602: * column in development site.
603: *
604: * NOTES

Line 866: p_display_purpose IN VARCHAR2 := fnd_api.g_true)

862: **/
863:
864: function get_primary_phone (
865: p_party_id IN NUMBER,
866: p_display_purpose IN VARCHAR2 := fnd_api.g_true)
867: RETURN VARCHAR2;
868:
869:
870: /**