DBA Data[Home] [Help]

APPS.PQH_TXH_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

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

Line 77: hr_api.set_security_group_id

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

Line 83: hr_api.set_legislation_context(l_legislation_code);

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

Line 120: hr_api.mandatory_arg_error

116: hr_utility.set_location('Entering:'|| l_proc, 10);
117: --
118: -- Ensure that all the mandatory parameter are not null
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'transaction_history_id'
123: ,p_argument_value => p_transaction_history_id
124: );

Line 126: /*if ( nvl(pqh_txh_bus.g_transaction_history_id, hr_api.g_number)

122: ,p_argument => 'transaction_history_id'
123: ,p_argument_value => p_transaction_history_id
124: );
125: --
126: /*if ( nvl(pqh_txh_bus.g_transaction_history_id, hr_api.g_number)
127: = p_transaction_history_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global