DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_K_ART_VARIABLES

Line 5: cat_id OKC_K_ART_VARIABLES.cat_id%type,

1: PACKAGE OKC_TERMS_MULTIREC_GRP AUTHID CURRENT_USER AS
2: /* $Header: OKCGMULS.pls 120.4 2011/12/09 13:36:27 serukull ship $ */
3:
4: TYPE art_var_rec_type IS RECORD (
5: cat_id OKC_K_ART_VARIABLES.cat_id%type,
6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,

Line 6: variable_code OKC_K_ART_VARIABLES.variable_code%type,

2: /* $Header: OKCGMULS.pls 120.4 2011/12/09 13:36:27 serukull ship $ */
3:
4: TYPE art_var_rec_type IS RECORD (
5: cat_id OKC_K_ART_VARIABLES.cat_id%type,
6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,

Line 7: variable_type OKC_K_ART_VARIABLES.variable_type%type,

3:
4: TYPE art_var_rec_type IS RECORD (
5: cat_id OKC_K_ART_VARIABLES.cat_id%type,
6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,

Line 8: external_yn OKC_K_ART_VARIABLES.external_yn%type,

4: TYPE art_var_rec_type IS RECORD (
5: cat_id OKC_K_ART_VARIABLES.cat_id%type,
6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,
12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type

Line 9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,

5: cat_id OKC_K_ART_VARIABLES.cat_id%type,
6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,
12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type
13: );

Line 10: variable_value OKC_K_ART_VARIABLES.variable_value%type,

6: variable_code OKC_K_ART_VARIABLES.variable_code%type,
7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,
12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type
13: );
14:

Line 11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,

7: variable_type OKC_K_ART_VARIABLES.variable_type%type,
8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,
12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type
13: );
14:
15: TYPE kart_rec_type IS RECORD (

Line 12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type

8: external_yn OKC_K_ART_VARIABLES.external_yn%type,
9: variable_value_id OKC_K_ART_VARIABLES.variable_value_id%type,
10: variable_value OKC_K_ART_VARIABLES.variable_value%type,
11: attribute_value_set_id OKC_K_ART_VARIABLES.attribute_value_set_id%type,
12: object_version_number OKC_K_ART_VARIABLES.object_version_number%type
13: );
14:
15: TYPE kart_rec_type IS RECORD (
16: id OKC_K_ARTICLES_B.id%type,