DBA Data[Home] [Help]

APPS.RCI_ORG_CERT_SUMM_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

1: PACKAGE RCI_ORG_CERT_SUMM_PKG AUTHID CURRENT_USER AS
2: /* $Header: rciocss.pls 120.6.12000000.1 2007/01/16 20:46:22 appldev ship $ */
3:
4: PROCEDURE get_org_kpi(
5: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
6: ,p_exp_source_sql out NOCOPY VARCHAR2
7: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
8:
9: -- the get_org_certification_result procedure is called by

Line 12: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

8:
9: -- the get_org_certification_result procedure is called by
10: -- Organization Certification Summary report.
11: PROCEDURE get_org_certification_result(
12: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
13: ,p_exp_source_sql out NOCOPY VARCHAR2
14: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
15:
16: -- the get_org_cert_prcnt procedure is called by

Line 19: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

15:
16: -- the get_org_cert_prcnt procedure is called by
17: -- Organization Certification Result report.
18: PROCEDURE get_org_cert_prcnt(
19: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
20: ,p_exp_source_sql out NOCOPY VARCHAR2
21: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
22:
23: -- the get_unmitigated_risks procedure is called by

Line 26: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

22:
23: -- the get_unmitigated_risks procedure is called by
24: -- Organization Certification Unmitigated Risks List report.
25: PROCEDURE get_unmitigated_risks(
26: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
27: ,p_exp_source_sql out NOCOPY VARCHAR2
28: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
29:
30: -- the get_control_list procedure is called by

Line 33: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

29:
30: -- the get_control_list procedure is called by
31: -- Organization Certification Control Detail List report.
32: PROCEDURE get_control_list(
33: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
34: ,p_exp_source_sql out NOCOPY VARCHAR2
35: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
36:
37: -- the get_issue_detail procedure is called by

Line 40: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

36:
37: -- the get_issue_detail procedure is called by
38: -- Issue Detail List report.
39: PROCEDURE get_issue_detail(
40: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
41: ,p_exp_source_sql out NOCOPY VARCHAR2
42: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
43:
44: -- the get_deficient_processes procedure is called by

Line 47: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

43:
44: -- the get_deficient_processes procedure is called by
45: -- Process Deficiency Detail report.
46: PROCEDURE get_deficient_processes(
47: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
48: ,p_exp_source_sql out NOCOPY VARCHAR2
49: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
50:
51: -- the get_org_certification_detail procedure is called by

Line 54: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

50:
51: -- the get_org_certification_detail procedure is called by
52: -- Organization Certification Detail report.
53: PROCEDURE get_org_certification_detail(
54: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
55: ,p_exp_source_sql out NOCOPY VARCHAR2
56: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
57:
58: -- the get_process_detail procedure is called by

Line 61: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL

57:
58: -- the get_process_detail procedure is called by
59: -- Organization Certification Detail + Significant Account Evaluation Summary report.
60: PROCEDURE get_process_detail(
61: p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
62: ,p_exp_source_sql out NOCOPY VARCHAR2
63: ,p_exp_source_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
64:
65: ---12.08.2005 npanandi: added below function