DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on JTF_PLSQL_API

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

255: -- required columns, foreign keys, domain constraints.
256: --
257: -- PARAMETERS
258: -- p_deliv_rec: the record to be validated
259: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
260: ---------------------------------------------------------------------
261: PROCEDURE check_deliv_items
262: (
263: p_deliv_rec IN deliv_rec_type,

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

260: ---------------------------------------------------------------------
261: PROCEDURE check_deliv_items
262: (
263: p_deliv_rec IN deliv_rec_type,
264: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,
265: x_return_status OUT NOCOPY VARCHAR2
266: );
267:
268: