DBA Data[Home] [Help]

APPS.PQP_DET_INS dependencies on PQP_ANALYZED_ALIEN_DETAILS

Line 63: -- Insert the row into: pqp_analyzed_alien_details

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: pqp_det_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pqp_analyzed_alien_details
64: --
65: insert into pqp_analyzed_alien_details
66: ( analyzed_data_details_id,
67: analyzed_data_id,

Line 65: insert into pqp_analyzed_alien_details

61: pqp_det_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pqp_analyzed_alien_details
64: --
65: insert into pqp_analyzed_alien_details
66: ( analyzed_data_details_id,
67: analyzed_data_id,
68: income_code,
69: withholding_rate,

Line 187: Cursor C_Sel1 is select pqp_analyzed_alien_details_s.nextval from sys.dual;

183: Procedure pre_insert(p_rec in out nocopy pqp_det_shd.g_rec_type) is
184: --
185: l_proc varchar2(72) := g_package||'pre_insert';
186: --
187: Cursor C_Sel1 is select pqp_analyzed_alien_details_s.nextval from sys.dual;
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --