DBA Data[Home] [Help]

APPS.BOM_REF_DESIG_PKG dependencies on FND_API

Line 242: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

238: BOMPCMBM.Insert_Related_Ref_Desg(p_component_sequence_id => X_Component_Sequence_Id
239: , p_ref_desg => X_Component_Ref_Desig
240: , x_Mesg_Token_Tbl => l_err_tbl
241: , x_Return_Status => l_return_status);
242: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
243: THEN
244: app_exception.raise_exception;
245: END IF;
246:

Line 440: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

436: , p_new_ref_desg => X_Component_Ref_Desig
437: , p_acd_type => l_acd_type
438: , x_Mesg_Token_Tbl => l_err_tbl
439: , x_Return_Status => l_return_status);
440: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
441: THEN
442: app_exception.raise_exception;
443: END IF;
444:

Line 474: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

470: end if;
471: BOMPCMBM.Delete_Related_Ref_Desg(p_src_comp_seq => l_common_component_sequence_id
472: , p_ref_desg => l_ref_desg
473: , x_return_status => l_return_status);
474: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
475: THEN
476: app_exception.raise_exception;
477: END IF;
478: