DBA Data[Home] [Help]

APPS.QPR_DEAL_APPROVALS_PVT dependencies on QPR_PN_RESPONSE_HDRS

Line 1229: update qpr_pn_response_hdrs

1225: if p_standalone_call
1226: then
1227: if p_action_code = 'REJECT'
1228: then
1229: update qpr_pn_response_hdrs
1230: set response_status = 'REJECT'
1231: where response_header_id = p_response_header_id;
1232: elsif p_action_code = 'APPROVE' and x_approvals_complete = 'Y'
1233: then

Line 1234: update qpr_pn_response_hdrs

1230: set response_status = 'REJECT'
1231: where response_header_id = p_response_header_id;
1232: elsif p_action_code = 'APPROVE' and x_approvals_complete = 'Y'
1233: then
1234: update qpr_pn_response_hdrs
1235: set response_status = 'PEND_ACCEPT_APPROVE'
1236: where response_header_id = p_response_header_id;
1237: end if;
1238: