DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_PVT dependencies on JTF_PLSQL_API

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

414: -- required columns, foreign keys, domain constraints.
415: --
416: -- PARAMETERS
417: -- p_claim_line_rec: the record to be validated
418: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
419: ---------------------------------------------------------------------
420: PROCEDURE Check_Claim_Line_Items(
421: p_claim_line_rec IN claim_line_rec_type
422: ,p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create

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

418: -- p_validation_mode: JTF_PLSQL_API.g_create/g_update
419: ---------------------------------------------------------------------
420: PROCEDURE Check_Claim_Line_Items(
421: p_claim_line_rec IN claim_line_rec_type
422: ,p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create
423: ,x_return_status OUT NOCOPY VARCHAR2
424: );
425:
426: