DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on QA_RESULTS_INTERFACE_PKG

Line 842: qa_results_interface_pkg.start_import_row(1, orgz_id, hid_planid,

838: values_tab(159) := p_col159(r);
839: values_tab(160) := p_col160(r);
840:
841: -- htp.p('Row:'|| r || ' Calling ob start import row');
842: qa_results_interface_pkg.start_import_row(1, orgz_id, hid_planid,
843: script, tailscript, qri_source_code,
844: qri_source_line_id, po_agent_id);
845:
846: for c in 1..col_count

Line 848: flg1 := qa_results_interface_pkg.add_element_value(hid_planid, charid_tab(c),

844: qri_source_line_id, po_agent_id);
845:
846: for c in 1..col_count
847: loop
848: flg1 := qa_results_interface_pkg.add_element_value(hid_planid, charid_tab(c),
849: values_tab(c), script, tailscript);
850:
851: if (flg1 = 2) then
852: l_prompt := qa_ss_core.get_char_prompt(charid_tab(c));

Line 915: qa_results_interface_pkg.end_import_row(script, tailscript, No_problem);

911: NULL;
912: end if;
913: */
914: -- htp.p('Calling end import row for row : ' || to_char(r)); htp.nl;
915: qa_results_interface_pkg.end_import_row(script, tailscript, No_problem);
916:
917: /* -- commented out after aug 11 frz for usability fix
918: if (no_problem = TRUE) then
919: htp.p('Row '||to_char(r) || ': Successfully submitted'); htp.nl;

Line 1854: sql_st := qa_results_interface_pkg.BUILD_VQR_SQL(plan_id_i,

1850: -- htp.p('Before call to build vqr sql');
1851:
1852:
1853: -- Call OB's pkg
1854: sql_st := qa_results_interface_pkg.BUILD_VQR_SQL(plan_id_i,
1855: ss_where_clause);
1856: -- htp.p('Sql stmt returned is: ' || sql_st);
1857:
1858:

Line 3745: -- viewurl := 'qa_results_interface_pkg.Proc1?x=100';

3741: viewurl := 'qa_ss_core.VQR_Frames?plan_id_i=' || pid_i
3742: || '&'
3743: || 'ss_where_clause=';
3744: attachurl := 'qa_ss_attachment.qa_plans_view_attachment?plan_id=' || pid_i;
3745: -- viewurl := 'qa_results_interface_pkg.Proc1?x=100';
3746:
3747: atchmt := qa_ss_attachment.qa_plans_attachment_status(pid_i);
3748:
3749: OPEN plan_cur(pid_i);