DBA Data[Home] [Help]

APPS.AMS_CELL_PVT dependencies on JTF_PLSQL_API

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

219: -- required columns, foreign keys, domain constraints.
220: --
221: -- PARAMETERS
222: -- p_cell_rec: the record to be validated
223: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
224: ---------------------------------------------------------------------
225: PROCEDURE check_cell_items(
226: p_cell_rec IN cell_rec_type,
227: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,

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

223: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
224: ---------------------------------------------------------------------
225: PROCEDURE check_cell_items(
226: p_cell_rec IN cell_rec_type,
227: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,
228: x_return_status OUT NOCOPY VARCHAR2
229: );
230:
231: