DBA Data[Home] [Help]

APPS.QPR_DEAL_ETL dependencies on QPR_PN_RESPONSE_APPROVALS

Line 1914: from qpr_pn_response_approvals

1910: and rownum < 2;
1911:
1912: cursor c_resp_app(p_resp_hdr_id number) is
1913: select distinct rule_description
1914: from qpr_pn_response_approvals
1915: where response_header_id = p_resp_hdr_id;
1916:
1917: begin
1918: g_origin := p_source_id;