DBA Data[Home] [Help]

APPS.OKC_SALES_CLASS_QA dependencies on OKC_K_LINES_B

Line 37: Procedure check_service_duration(p_cle_id IN okc_K_lines_b.id%type,

33: duration=Minimum period defined in OKS.
34:
35: Following API takes care of it.
36: */
37: Procedure check_service_duration(p_cle_id IN okc_K_lines_b.id%type,
38: p_line_start_date okc_k_lines_b.start_date%type,
39: p_line_number okc_k_lines_b.line_number%type,
40: x_return_status OUT NOCOPY VARCHAR2)
41: is

Line 38: p_line_start_date okc_k_lines_b.start_date%type,

34:
35: Following API takes care of it.
36: */
37: Procedure check_service_duration(p_cle_id IN okc_K_lines_b.id%type,
38: p_line_start_date okc_k_lines_b.start_date%type,
39: p_line_number okc_k_lines_b.line_number%type,
40: x_return_status OUT NOCOPY VARCHAR2)
41: is
42: BEGIN

Line 39: p_line_number okc_k_lines_b.line_number%type,

35: Following API takes care of it.
36: */
37: Procedure check_service_duration(p_cle_id IN okc_K_lines_b.id%type,
38: p_line_start_date okc_k_lines_b.start_date%type,
39: p_line_number okc_k_lines_b.line_number%type,
40: x_return_status OUT NOCOPY VARCHAR2)
41: is
42: BEGIN
43: NULL;

Line 60: Function get_line_style_source( p_cle_id IN okc_k_lines_b.id%type

56:
57: /****************************************************************************************************/
58:
59:
60: Function get_line_style_source( p_cle_id IN okc_k_lines_b.id%type
61: )
62: return varchar2 is
63: begin
64: return null;