DBA Data[Home] [Help]

APPS.OKC_TERMINATE_PVT dependencies on OKC_K_LINES_V

Line 19: p_line_number okc_k_lines_v.line_number%type ,

15: INDEX BY BINARY_INTEGER;
16:
17: Type terminate_in_cle_rec is RECORD (
18: p_cle_id number ,
19: p_line_number okc_k_lines_v.line_number%type ,
20: p_item_description okc_k_lines_v.item_description%type ,
21: p_dnz_chr_id number ,
22: p_sts_code okc_k_lines_v.sts_code%type ,
23: p_date_terminated okc_k_lines_v.date_terminated%type ,

Line 20: p_item_description okc_k_lines_v.item_description%type ,

16:
17: Type terminate_in_cle_rec is RECORD (
18: p_cle_id number ,
19: p_line_number okc_k_lines_v.line_number%type ,
20: p_item_description okc_k_lines_v.item_description%type ,
21: p_dnz_chr_id number ,
22: p_sts_code okc_k_lines_v.sts_code%type ,
23: p_date_terminated okc_k_lines_v.date_terminated%type ,
24: p_orig_end_date date ,

Line 22: p_sts_code okc_k_lines_v.sts_code%type ,

18: p_cle_id number ,
19: p_line_number okc_k_lines_v.line_number%type ,
20: p_item_description okc_k_lines_v.item_description%type ,
21: p_dnz_chr_id number ,
22: p_sts_code okc_k_lines_v.sts_code%type ,
23: p_date_terminated okc_k_lines_v.date_terminated%type ,
24: p_orig_end_date date ,
25: p_lse_id number ,
26: p_termination_date date ,

Line 23: p_date_terminated okc_k_lines_v.date_terminated%type ,

19: p_line_number okc_k_lines_v.line_number%type ,
20: p_item_description okc_k_lines_v.item_description%type ,
21: p_dnz_chr_id number ,
22: p_sts_code okc_k_lines_v.sts_code%type ,
23: p_date_terminated okc_k_lines_v.date_terminated%type ,
24: p_orig_end_date date ,
25: p_lse_id number ,
26: p_termination_date date ,
27: p_termination_reason fnd_lookups.lookup_code%type );