DBA Data[Home] [Help]

APPS.AME_TRANS_TYPE_API dependencies on HR_API

Line 37: * of hr_api.userenv_lang is equivalent to the RDBMS userenv('LANG') function

33: * database will remain unchanged. If false and all validation checks pass,
34: * then the database will be modified.
35: * @param p_language_code Specifies to which language the translation values
36: * apply. You can set to the base or any installed language. The default value
37: * of hr_api.userenv_lang is equivalent to the RDBMS userenv('LANG') function
38: * value.
39: * @param p_application_name The name of the transaction type being created.
40: * Typically this property must identify the nature of the transaction.
41: * @param p_fnd_application_id The fnd_application ID of the transaction type

Line 68: ,p_language_code in varchar2 default hr_api.userenv_lang

64: -- {End Of Comments}
65: --
66: procedure create_ame_transaction_type
67: (p_validate in boolean default false
68: ,p_language_code in varchar2 default hr_api.userenv_lang
69: ,p_application_name in varchar2
70: ,p_fnd_application_id in number
71: ,p_transaction_type_id in varchar2
72: ,p_application_id out nocopy number

Line 104: * of hr_api.userenv_lang is equivalent to the RDBMS userenv('LANG') function

100: * database will remain unchanged. If false and all validation checks pass,
101: * then the database will be modified.
102: * @param p_language_code Specifies to which language the translation values
103: * apply. You can set to the base or any installed language. The default value
104: * of hr_api.userenv_lang is equivalent to the RDBMS userenv('LANG') function
105: * value.
106: * @param p_application_name The new name of the transaction type.
107: * @param p_application_id This uniquely identifies the transaction type
108: * to be updated.

Line 130: ,p_language_code in varchar2 default hr_api.userenv_lang

126: -- {End Of Comments}
127: --
128: procedure update_ame_transaction_type
129: (p_validate in boolean default false
130: ,p_language_code in varchar2 default hr_api.userenv_lang
131: ,p_application_name in varchar2 default hr_api.g_varchar2
132: ,p_application_id in number
133: ,p_object_version_number in out nocopy number
134: ,p_start_date out nocopy date

Line 131: ,p_application_name in varchar2 default hr_api.g_varchar2

127: --
128: procedure update_ame_transaction_type
129: (p_validate in boolean default false
130: ,p_language_code in varchar2 default hr_api.userenv_lang
131: ,p_application_name in varchar2 default hr_api.g_varchar2
132: ,p_application_id in number
133: ,p_object_version_number in out nocopy number
134: ,p_start_date out nocopy date
135: ,p_end_date out nocopy date