DBA Data[Home] [Help]

APPS.HZ_UTILITY_V2PUB dependencies on FND_API

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

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

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

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

Line 582: * Set x_return_status to FND_API.G_RET_STS_ERROR when

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

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

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

Line 601: * x_return_status Return FND_API.G_RET_STS_ERROR if user

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

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

866: **/
867:
868: function get_primary_phone (
869: p_party_id IN NUMBER,
870: p_display_purpose IN VARCHAR2 := fnd_api.g_true)
871: RETURN VARCHAR2;
872:
873:
874: /**