DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_K_ARTICLES_B

Line 16: id OKC_K_ARTICLES_B.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,
17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,

Line 17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,

13: );
14:
15: TYPE kart_rec_type IS RECORD (
16: id OKC_K_ARTICLES_B.id%type,
17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,

Line 18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,

14:
15: TYPE kart_rec_type IS RECORD (
16: id OKC_K_ARTICLES_B.id%type,
17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,
22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE

Line 19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,

15: TYPE kart_rec_type IS RECORD (
16: id OKC_K_ARTICLES_B.id%type,
17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,
22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE
23: );

Line 20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,

16: id OKC_K_ARTICLES_B.id%type,
17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,
22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE
23: );
24:

Line 21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,

17: sav_sae_id OKC_K_ARTICLES_B.sav_sae_id%type,
18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,
22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE
23: );
24:
25: TYPE organize_rec_type IS RECORD (

Line 22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE

18: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
19: amendment_description OKC_K_ARTICLES_B.amendment_description%TYPE,
20: print_text_yn OKC_K_ARTICLES_B.print_text_yn%TYPE,
21: ref_article_id OKC_K_ARTICLES_B.ref_article_id%TYPE,
22: ref_article_version_id OKC_K_ARTICLES_B.ref_article_version_id%TYPE
23: );
24:
25: TYPE organize_rec_type IS RECORD (
26: object_type VARCHAR(30),

Line 37: object_version_number OKC_K_ARTICLES_B.object_version_number%type

33: scn_id NUMBER,
34: display_sequence NUMBER,
35: label VARCHAR2(15),
36: mandatory_yn VARCHAR2(1),
37: object_version_number OKC_K_ARTICLES_B.object_version_number%type
38: );
39: TYPE article_rec_type IS RECORD (
40: cat_id OKC_K_ARTICLES_B.cat_id%type,
41: article_version_id OKC_K_ARTICLES_B.article_version_id%type,

Line 40: cat_id OKC_K_ARTICLES_B.cat_id%type,

36: mandatory_yn VARCHAR2(1),
37: object_version_number OKC_K_ARTICLES_B.object_version_number%type
38: );
39: TYPE article_rec_type IS RECORD (
40: cat_id OKC_K_ARTICLES_B.cat_id%type,
41: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
42: ovn OKC_K_ARTICLES_B.object_version_number%type
43: );
44:

Line 41: article_version_id OKC_K_ARTICLES_B.article_version_id%type,

37: object_version_number OKC_K_ARTICLES_B.object_version_number%type
38: );
39: TYPE article_rec_type IS RECORD (
40: cat_id OKC_K_ARTICLES_B.cat_id%type,
41: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
42: ovn OKC_K_ARTICLES_B.object_version_number%type
43: );
44:
45: TYPE merge_review_rec_type IS RECORD (

Line 42: ovn OKC_K_ARTICLES_B.object_version_number%type

38: );
39: TYPE article_rec_type IS RECORD (
40: cat_id OKC_K_ARTICLES_B.cat_id%type,
41: article_version_id OKC_K_ARTICLES_B.article_version_id%type,
42: ovn OKC_K_ARTICLES_B.object_version_number%type
43: );
44:
45: TYPE merge_review_rec_type IS RECORD (
46: object_type VARCHAR(30),