DBA Data[Home] [Help]

APPS.OKC_K_ENTITY_LOCKS_GRP dependencies on OKC_K_ENTITY_LOCKS_PKG

Line 453: okc_k_entity_locks_pkg.insert_row

449: RETURN;
450: END IF;
451:
452: -- Call the Package Handler to insert the Row
453: okc_k_entity_locks_pkg.insert_row
454: (p_entity_name => p_entity_name,
455: p_entity_pk1 => p_entity_pk1,
456: p_entity_pk2 => p_entity_pk2,
457: p_entity_pk3 => p_entity_pk3,

Line 884: okc_k_entity_locks_pkg.delete_row

880:
881: -- Initialize API return status to success
882: x_return_status := fnd_api.g_ret_sts_success;
883: -- Calling simple API to delete the row
884: okc_k_entity_locks_pkg.delete_row
885: (p_entity_name => p_entity_name,
886: p_entity_pk1 => p_entity_pk1,
887: p_entity_pk2 => p_entity_pk2,
888: p_entity_pk3 => p_entity_pk3,