DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_PVT dependencies on JTF_PLSQL_API

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

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

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

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