DBA Data[Home] [Help]

APPS.PER_POS_INS dependencies on PER_ALL_POSITIONS

Line 63: -- PMFLETCH Using per_all_positions

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_pos_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- PMFLETCH Using per_all_positions
64: --
65: -- Insert the row into: per_all_positions
66: --
67: insert into per_all_positions

Line 65: -- Insert the row into: per_all_positions

61: per_pos_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- PMFLETCH Using per_all_positions
64: --
65: -- Insert the row into: per_all_positions
66: --
67: insert into per_all_positions
68: ( position_id,
69: business_group_id,

Line 67: insert into per_all_positions

63: -- PMFLETCH Using per_all_positions
64: --
65: -- Insert the row into: per_all_positions
66: --
67: insert into per_all_positions
68: ( position_id,
69: business_group_id,
70: job_id,
71: organization_id,