DBA Data[Home] [Help]

APPS.PVX_TIMEOUT_SETUP_PVT dependencies on JTF_PLSQL_API

Line 143: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update

139: -- required columns, foreign keys, domain constraints.
140: --
141: -- PARAMETERS
142: -- p_timeout_setup_rec: the record to be validated
143: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
144: ---------------------------------------------------------------------
145: PROCEDURE Check_timeout_items(
146: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create
147: ,x_return_status OUT NOCOPY VARCHAR2

Line 146: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create

142: -- p_timeout_setup_rec: the record to be validated
143: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
144: ---------------------------------------------------------------------
145: PROCEDURE Check_timeout_items(
146: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create
147: ,x_return_status OUT NOCOPY VARCHAR2
148: ,p_timeout_setup_rec IN timeout_setup_rec_type
149: );
150: