DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on JTF_PLSQL_API

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

302: -- required columns, foreign keys, domain constraints.
303: --
304: -- PARAMETERS
305: -- p_listheader : the record to be validated
306: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
307: ----------------------------------------------------------------------- End Of Comments
308:
309: PROCEDURE Validate_List_Items
310: ( p_listheader_rec IN list_header_rec_type,

Line 311: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,

307: ----------------------------------------------------------------------- End Of Comments
308:
309: PROCEDURE Validate_List_Items
310: ( p_listheader_rec IN list_header_rec_type,
311: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,
312: x_return_status OUT NOCOPY VARCHAR2
313: );
314:
315: