DBA Data[Home] [Help]

APPS.IBC_CITEM_PREVIEW_PVT dependencies on IBC_CITEM_PREVIEW_GRP

Line 220: IF (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_LATEST_COMP_VERSIONS OR

216: l_has_component_items := FND_API.g_true;
217: l_comp_content_item_id := compound_item_rec.content_item_id;
218: l_comp_citem_version_id := compound_item_rec.subitem_version_id;
219:
220: IF (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_LATEST_COMP_VERSIONS OR
221: (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_DEFAULT_COMP_VERSIONS AND
222: l_comp_citem_version_id is NULL)) THEN
223:
224: -- if default versions specified, but value not set, also use latest versions.

Line 221: (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_DEFAULT_COMP_VERSIONS AND

217: l_comp_content_item_id := compound_item_rec.content_item_id;
218: l_comp_citem_version_id := compound_item_rec.subitem_version_id;
219:
220: IF (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_LATEST_COMP_VERSIONS OR
221: (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_DEFAULT_COMP_VERSIONS AND
222: l_comp_citem_version_id is NULL)) THEN
223:
224: -- if default versions specified, but value not set, also use latest versions.
225: Get_Citem_Version (

Line 236: ELSIF (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_LIVE_COMP_VERSIONS) THEN

232: x_end_date => l_comp_citem_end_date,
233: x_return_status => x_return_status,
234: x_msg_count => x_msg_count,
235: x_msg_data => x_msg_data);
236: ELSIF (p_preview_mode = IBC_CITEM_PREVIEW_GRP.G_LIVE_COMP_VERSIONS) THEN
237: Get_Citem_Version (
238: p_init_msg_list => p_init_msg_list,
239: p_content_item_id => l_comp_content_item_id,
240: p_latest_component_versions => FND_API.G_FALSE,