DBA Data[Home] [Help]

APPS.IBC_AUDIT_LOG_GRP dependencies on STANDARD

Line 270: --

266: -- i.e. CONSTANT, LOOKUP or MESSAGE
267: -- p_extra_info[1..5]_ref_type => Lookup Type (in case of LOOKUP)
268: -- p_extra_info[1..5]_value => Value (Constant, lookup code or
269: -- message name).
270: --
271: -- --------------------------------------------------------------------
272: PROCEDURE log_action(
273: p_activity IN VARCHAR2
274: ,p_object_type IN VARCHAR2

Line 298: -- Standard API parms

294: ,p_extra_info4_value IN VARCHAR2
295: ,p_extra_info5_type IN VARCHAR2
296: ,p_extra_info5_ref_type IN VARCHAR2
297: ,p_extra_info5_value IN VARCHAR2
298: -- Standard API parms
299: ,p_commit IN VARCHAR2
300: ,p_api_version IN NUMBER
301: ,p_init_msg_list IN VARCHAR2
302: ,x_return_status OUT NOCOPY VARCHAR2

Line 323: -- Standard call to check for call compatibility. --|**|

319: IF (p_init_msg_list = FND_API.g_true) THEN --|**|
320: FND_MSG_PUB.initialize; --|**|
321: END IF; --|**|
322: --|**|
323: -- Standard call to check for call compatibility. --|**|
324: IF NOT FND_API.Compatible_API_Call ( --|**|
325: L_API_VERSION_NUMBER --|**|
326: ,p_api_version --|**|
327: ,L_API_NAME --|**|

Line 417: -- Standard call to get message count and if count is 1, get message info.

413: IF (p_commit = FND_API.g_true) THEN
414: COMMIT;
415: END IF;
416:
417: -- Standard call to get message count and if count is 1, get message info.
418: FND_MSG_PUB.Count_And_Get(
419: p_count => x_msg_count,
420: p_data => x_msg_data
421: );