DBA Data[Home] [Help]

APPS.AK_FLOW2_PVT dependencies on AK_FLOW_PUB

Line 11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;

7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AK_FLOW2_PVT';
8:
9: -- PL/SQL table for holding records that need to be processed
10: -- the second time in UPLOAD
11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;
12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;
13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;
14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;
15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;

Line 12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;

8:
9: -- PL/SQL table for holding records that need to be processed
10: -- the second time in UPLOAD
11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;
12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;
13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;
14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;
15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;
16: --

Line 13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;

9: -- PL/SQL table for holding records that need to be processed
10: -- the second time in UPLOAD
11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;
12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;
13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;
14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;
15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;
16: --
17: -- Pointer to redo tables

Line 14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;

10: -- the second time in UPLOAD
11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;
12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;
13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;
14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;
15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;
16: --
17: -- Pointer to redo tables
18: G_FLOW_REDO_INDEX NUMBER := 0;

Line 15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;

11: G_FLOW_REDO_TBL AK_FLOW_PUB.Flow_Tbl_Type;
12: G_PAGE_REDO_TBL AK_FLOW_PUB.Page_Tbl_Type;
13: G_PAGE_REGION_REDO_TBL AK_FLOW_PUB.Page_Region_Tbl_Type;
14: G_PAGE_REGION_ITEM_REDO_TBL AK_FLOW_PUB.Page_Region_Item_Tbl_Type;
15: G_REGION_RELATION_REDO_TBL AK_FLOW_PUB.Region_Relation_Tbl_Type;
16: --
17: -- Pointer to redo tables
18: G_FLOW_REDO_INDEX NUMBER := 0;
19: G_PAGE_REDO_INDEX NUMBER := 0;

Line 69: p_flow_pk_tbl IN AK_FLOW_PUB.Flow_PK_Tbl_Type

65: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,
66: p_api_version_number IN NUMBER,
67: p_return_status OUT NOCOPY VARCHAR2,
68: p_application_id IN NUMBER := FND_API.G_MISS_NUM,
69: p_flow_pk_tbl IN AK_FLOW_PUB.Flow_PK_Tbl_Type
70: := AK_FLOW_PUB.G_MISS_FLOW_PK_TBL,
71: p_nls_language IN VARCHAR2
72: );
73:

Line 70: := AK_FLOW_PUB.G_MISS_FLOW_PK_TBL,

66: p_api_version_number IN NUMBER,
67: p_return_status OUT NOCOPY VARCHAR2,
68: p_application_id IN NUMBER := FND_API.G_MISS_NUM,
69: p_flow_pk_tbl IN AK_FLOW_PUB.Flow_PK_Tbl_Type
70: := AK_FLOW_PUB.G_MISS_FLOW_PK_TBL,
71: p_nls_language IN VARCHAR2
72: );
73:
74: --=======================================================