DBA Data[Home] [Help]

APPS.AK_OBJECT3_PVT dependencies on AK_OBJECT_PUB

Line 1886: l_attribute_rec AK_OBJECT_PUB.Object_Attribute_Rec_Type;

1882: ) is
1883: l_api_version_number CONSTANT number := 1.0;
1884: l_api_name CONSTANT varchar2(30) := 'Upload_Object';
1885: l_attribute_index NUMBER := 0;
1886: l_attribute_rec AK_OBJECT_PUB.Object_Attribute_Rec_Type;
1887: l_attribute_tbl AK_OBJECT_PUB.Object_Attribute_Tbl_Type;
1888: l_attribute_value_index NUMBER := 0;
1889: l_attribute_value_rec AK_OBJECT_PUB.Attribute_Value_Rec_Type;
1890: l_attribute_value_tbl AK_OBJECT_PUB.Attribute_Value_Tbl_Type;

Line 1887: l_attribute_tbl AK_OBJECT_PUB.Object_Attribute_Tbl_Type;

1883: l_api_version_number CONSTANT number := 1.0;
1884: l_api_name CONSTANT varchar2(30) := 'Upload_Object';
1885: l_attribute_index NUMBER := 0;
1886: l_attribute_rec AK_OBJECT_PUB.Object_Attribute_Rec_Type;
1887: l_attribute_tbl AK_OBJECT_PUB.Object_Attribute_Tbl_Type;
1888: l_attribute_value_index NUMBER := 0;
1889: l_attribute_value_rec AK_OBJECT_PUB.Attribute_Value_Rec_Type;
1890: l_attribute_value_tbl AK_OBJECT_PUB.Attribute_Value_Tbl_Type;
1891: l_buffer AK_ON_OBJECTS_PUB.Buffer_Type;

Line 1889: l_attribute_value_rec AK_OBJECT_PUB.Attribute_Value_Rec_Type;

1885: l_attribute_index NUMBER := 0;
1886: l_attribute_rec AK_OBJECT_PUB.Object_Attribute_Rec_Type;
1887: l_attribute_tbl AK_OBJECT_PUB.Object_Attribute_Tbl_Type;
1888: l_attribute_value_index NUMBER := 0;
1889: l_attribute_value_rec AK_OBJECT_PUB.Attribute_Value_Rec_Type;
1890: l_attribute_value_tbl AK_OBJECT_PUB.Attribute_Value_Tbl_Type;
1891: l_buffer AK_ON_OBJECTS_PUB.Buffer_Type;
1892: l_column varchar2(30);
1893: l_dummy NUMBER;

Line 1890: l_attribute_value_tbl AK_OBJECT_PUB.Attribute_Value_Tbl_Type;

1886: l_attribute_rec AK_OBJECT_PUB.Object_Attribute_Rec_Type;
1887: l_attribute_tbl AK_OBJECT_PUB.Object_Attribute_Tbl_Type;
1888: l_attribute_value_index NUMBER := 0;
1889: l_attribute_value_rec AK_OBJECT_PUB.Attribute_Value_Rec_Type;
1890: l_attribute_value_tbl AK_OBJECT_PUB.Attribute_Value_Tbl_Type;
1891: l_buffer AK_ON_OBJECTS_PUB.Buffer_Type;
1892: l_column varchar2(30);
1893: l_dummy NUMBER;
1894: l_eof_flag VARCHAR2(1);

Line 1909: l_navigation_rec AK_OBJECT_PUB.Attribute_Nav_Rec_Type;

1905: l_more_object BOOLEAN := TRUE;
1906: l_msg_count NUMBER;
1907: l_msg_data VARCHAR2(2000);
1908: l_navigation_index NUMBER := 0;
1909: l_navigation_rec AK_OBJECT_PUB.Attribute_Nav_Rec_Type;
1910: l_navigation_tbl AK_OBJECT_PUB.Attribute_Nav_Tbl_Type;
1911: l_object_index NUMBER := 0;
1912: l_object_rec AK_OBJECT_PUB.Object_Rec_Type;
1913: l_object_tbl AK_OBJECT_PUB.Object_Tbl_Type;

Line 1910: l_navigation_tbl AK_OBJECT_PUB.Attribute_Nav_Tbl_Type;

1906: l_msg_count NUMBER;
1907: l_msg_data VARCHAR2(2000);
1908: l_navigation_index NUMBER := 0;
1909: l_navigation_rec AK_OBJECT_PUB.Attribute_Nav_Rec_Type;
1910: l_navigation_tbl AK_OBJECT_PUB.Attribute_Nav_Tbl_Type;
1911: l_object_index NUMBER := 0;
1912: l_object_rec AK_OBJECT_PUB.Object_Rec_Type;
1913: l_object_tbl AK_OBJECT_PUB.Object_Tbl_Type;
1914: l_unique_key_index NUMBER := 0;

Line 1912: l_object_rec AK_OBJECT_PUB.Object_Rec_Type;

1908: l_navigation_index NUMBER := 0;
1909: l_navigation_rec AK_OBJECT_PUB.Attribute_Nav_Rec_Type;
1910: l_navigation_tbl AK_OBJECT_PUB.Attribute_Nav_Tbl_Type;
1911: l_object_index NUMBER := 0;
1912: l_object_rec AK_OBJECT_PUB.Object_Rec_Type;
1913: l_object_tbl AK_OBJECT_PUB.Object_Tbl_Type;
1914: l_unique_key_index NUMBER := 0;
1915: l_unique_key_rec AK_KEY_PUB.Unique_Key_Rec_Type;
1916: l_unique_key_tbl AK_KEY_PUB.Unique_Key_Tbl_Type;

Line 1913: l_object_tbl AK_OBJECT_PUB.Object_Tbl_Type;

1909: l_navigation_rec AK_OBJECT_PUB.Attribute_Nav_Rec_Type;
1910: l_navigation_tbl AK_OBJECT_PUB.Attribute_Nav_Tbl_Type;
1911: l_object_index NUMBER := 0;
1912: l_object_rec AK_OBJECT_PUB.Object_Rec_Type;
1913: l_object_tbl AK_OBJECT_PUB.Object_Tbl_Type;
1914: l_unique_key_index NUMBER := 0;
1915: l_unique_key_rec AK_KEY_PUB.Unique_Key_Rec_Type;
1916: l_unique_key_tbl AK_KEY_PUB.Unique_Key_Tbl_Type;
1917: l_unique_key_column_index NUMBER := 0;

Line 2027: l_object_rec := AK_OBJECT_PUB.G_MISS_OBJECT_REC;

2023:
2024: if (l_state = 0) then
2025: if (l_token = 'BEGIN') then
2026: --== Clear out previous column data ==--
2027: l_object_rec := AK_OBJECT_PUB.G_MISS_OBJECT_REC;
2028: l_state := 1;
2029: else
2030: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2031: FND_MESSAGE.SET_NAME('AK','AK_PARSE_ERROR');

Line 2264: l_attribute_rec := AK_OBJECT_PUB.G_MISS_OBJECT_ATTRIBUTE_REC;

2260:
2261: elsif (l_state = 100) then
2262: if (l_token is not null) then
2263: --== Clear out previous data ==--
2264: l_attribute_rec := AK_OBJECT_PUB.G_MISS_OBJECT_ATTRIBUTE_REC;
2265: l_attribute_rec.attribute_appl_id := to_number(l_token);
2266: l_state := 101;
2267: else
2268: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN

Line 2601: l_attribute_value_rec := AK_OBJECT_PUB.G_MISS_ATTRIBUTE_VALUE_REC;

2597:
2598: elsif (l_state = 120) then
2599: if (l_token is not null) then
2600: --== Clear out previous data ==--
2601: l_attribute_value_rec := AK_OBJECT_PUB.G_MISS_ATTRIBUTE_VALUE_REC;
2602: l_attribute_value_rec.key_value1 := l_token;
2603: l_state := 121;
2604: else
2605: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN

Line 2768: l_navigation_rec := AK_OBJECT_PUB.G_MISS_ATTRIBUTE_NAV_REC;

2764: -- can be null, so the usual check for non-null token does
2765: -- not apply here in state 140.
2766: elsif (l_state = 140) then
2767: --== Clear out previous data ==--
2768: l_navigation_rec := AK_OBJECT_PUB.G_MISS_ATTRIBUTE_NAV_REC;
2769: l_navigation_rec.value_varchar2 := l_token;
2770: l_state := 141;
2771: elsif (l_state = 141) then
2772: l_navigation_rec.value_date := to_date(l_token,