DBA Data[Home] [Help]

APPS.AST_CAMP_RESULT_PVT dependencies on JTF_IH_CAMPAIGNS_RESULTS

Line 107: INSERT INTO jtf_ih_campaigns_results

103: CLOSE cur_source;
104:
105: l_camp_result_Rec.object_version_number := 1.0;
106:
107: INSERT INTO jtf_ih_campaigns_results
108: (result_id
109: ,object_id
110: ,object_version_number
111: ,created_by

Line 236: DELETE FROM jtf_ih_campaigns_results

232: --
233: -- Api body
234: --
235:
236: DELETE FROM jtf_ih_campaigns_results
237: WHERE result_id = l_camp_result_Rec.result_id
238: AND source_code = l_camp_result_Rec.source_code
239: AND object_id = l_camp_result_Rec.object_id;
240: