DBA Data[Home] [Help]

APPS.PQP_GDS_BUS dependencies on HR_API

Line 52: hr_api.mandatory_arg_error

48: hr_utility.set_location('Entering:'|| l_proc, 10);
49: --
50: -- Ensure that all the mandatory parameter are not null
51: --
52: hr_api.mandatory_arg_error
53: (p_api_name => l_proc
54: ,p_argument => 'gap_duration_summary_id'
55: ,p_argument_value => p_gap_duration_summary_id
56: );

Line 79: hr_api.set_security_group_id

75: close csr_sec_grp;
76: --
77: -- Set the security_group_id in CLIENT_INFO
78: --
79: hr_api.set_security_group_id
80: (p_security_group_id => l_security_group_id
81: );
82: --
83: -- Set the sessions legislation context in HR_SESSION_DATA

Line 85: hr_api.set_legislation_context(l_legislation_code);

81: );
82: --
83: -- Set the sessions legislation context in HR_SESSION_DATA
84: --
85: hr_api.set_legislation_context(l_legislation_code);
86: end if;
87: --
88: hr_utility.set_location(' Leaving:'|| l_proc, 20);
89: --

Line 126: hr_api.mandatory_arg_error

122: hr_utility.set_location('Entering:'|| l_proc, 10);
123: --
124: -- Ensure that all the mandatory parameter are not null
125: --
126: hr_api.mandatory_arg_error
127: (p_api_name => l_proc
128: ,p_argument => 'gap_duration_summary_id'
129: ,p_argument_value => p_gap_duration_summary_id
130: );

Line 132: if ( nvl(pqp_gds_bus.g_gap_duration_summary_id, hr_api.g_number)

128: ,p_argument => 'gap_duration_summary_id'
129: ,p_argument_value => p_gap_duration_summary_id
130: );
131: --
132: if ( nvl(pqp_gds_bus.g_gap_duration_summary_id, hr_api.g_number)
133: = p_gap_duration_summary_id) then
134: --
135: -- The legislation code has already been found with a previous
136: -- call to this function. Just return the value in the global