[Home] [Help]
35: --*******************************************************
36: -- Start of Comments
37: --*******************************************************
38: -- Store the winning territory records
39: G_WinningTerr_Tbl JTF_TERRITORY_PUB.WinningTerr_Tbl_type;
40:
41: -- Current table location pointer
42: g_TblIndex NUMBER := 1;
43:
55:
56: FUNCTION get_RecordCount return NUMBER;
57:
58: /* Add record to the global table */
59: PROCEDURE Add_Record( p_WinningTerr_Rec IN JTF_TERRITORY_PUB.WinningTerr_rec_type,
60: p_Number_Of_Winners IN NUMBER,
61: X_Return_Status OUT NOCOPY VARCHAR2);
62:
63: END JTF_TERRITORY_GLOBAL_PUB;