DBA Data[Home] [Help]

APPS.PVX_LEAD_PSS_LINES_PVT dependencies on JTF_PLSQL_API

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

199: -- required columns, foreign keys, domain constraints.
200: --
201: -- PARAMETERS
202: -- p_lead_pss_line_rec: the record to be validated
203: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
204: ---------------------------------------------------------------------
205: PROCEDURE Check_lead_pss_line_Items(
206: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create
207: ,x_return_status OUT NOCOPY VARCHAR2

Line 206: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create

202: -- p_lead_pss_line_rec: the record to be validated
203: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
204: ---------------------------------------------------------------------
205: PROCEDURE Check_lead_pss_line_Items(
206: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create
207: ,x_return_status OUT NOCOPY VARCHAR2
208: ,p_lead_pss_lines_rec IN lead_pss_lines_rec_type
209: );
210: