DBA Data[Home] [Help]

APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_FINDINGS_PKG

Line 1775: l_open_findings := amw_findings_pkg.calculate_open_findings (

1771: FETCH ineffective_controls INTO l_ineffective_controls;
1772: CLOSE ineffective_controls;
1773:
1774: BEGIN
1775: l_open_findings := amw_findings_pkg.calculate_open_findings (
1776: 'AMW_PROJ_FINDING',
1777: 'PROJ_ORG_PROC', p_process_id,
1778: 'PROJ_ORG', p_organization_id,
1779: null, null,

Line 2884: l_open_findings := amw_findings_pkg.calculate_open_findings (

2880: CLOSE c_org;
2881: fnd_file.put_line(fnd_file.LOG, 'after c_org:'||to_char(sysdate, 'hh:mi:ss dd-mon-rrrr'));
2882:
2883: BEGIN
2884: l_open_findings := amw_findings_pkg.calculate_open_findings (
2885: 'AMW_PROJ_FINDING',
2886: 'PROJ_ORG', p_organization_id,
2887: null, null,
2888: null, null,