DBA Data[Home] [Help]

APPS.PAY_BTT_BUS dependencies on HR_API

Line 50: hr_api.mandatory_arg_error

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

Line 78: hr_api.set_security_group_id

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

Line 84: hr_api.set_legislation_context(l_legislation_code);

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

Line 125: hr_api.mandatory_arg_error

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

Line 132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)

128: ,p_argument_value => p_balance_type_id
129: );
130: --
131: --
132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)
133: = p_balance_type_id)
134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)
135: = p_language)) then
136: --

Line 134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)

130: --
131: --
132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)
133: = p_balance_type_id)
134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)
135: = p_language)) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global