DBA Data[Home] [Help]

APPS.XLE_ASSOCIATIONS_PUB dependencies on XLE_ASSOCIATION_PKG

Line 171: XLE_ASSOCIATION_PKG.Insert_Row (

167: l_association_type_id,
168: l_subject_parent_id);
169:
170: -- Call the table handler to create a record in XLE_ASSOCIATIONS
171: XLE_ASSOCIATION_PKG.Insert_Row (
172: x_association_id => x_association_id,
173: p_association_type_id => l_association_type_id,
174: p_subject_id => p_subject_id,
175: p_object_id => p_object_id,

Line 408: XLE_ASSOCIATION_PKG.Lock_Row (

404:
405:
406: -- **** Call the table handler to lock the record in XLE_ASSOCIATIONS
407:
408: XLE_ASSOCIATION_PKG.Lock_Row (
409: p_association_id => l_association_id,
410: p_object_version_number => p_object_version_number);
411:
412: p_object_version_number := NVL(p_object_version_number, 1) + 1;

Line 417: XLE_ASSOCIATION_PKG.Update_Row (

413:
414:
415: -- **** Call the table handler to update a record in XLE_ASSOCIATIONS
416:
417: XLE_ASSOCIATION_PKG.Update_Row (
418: p_association_id => l_association_id,
419: p_effective_from => p_effective_from,
420: p_effective_to => p_effective_to,
421: p_assoc_information_context => p_assoc_information_context,