DBA Data[Home] [Help]

APPS.BOM_REF_DESIG_PKG dependencies on FND_API

Line 232: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

228: BOMPCMBM.Insert_Related_Ref_Desg(p_component_sequence_id => X_Component_Sequence_Id
229: , p_ref_desg => X_Component_Ref_Desig
230: , x_Mesg_Token_Tbl => l_err_tbl
231: , x_Return_Status => l_return_status);
232: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
233: THEN
234: app_exception.raise_exception;
235: END IF;
236:

Line 430: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

426: , p_new_ref_desg => X_Component_Ref_Desig
427: , p_acd_type => l_acd_type
428: , x_Mesg_Token_Tbl => l_err_tbl
429: , x_Return_Status => l_return_status);
430: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
431: THEN
432: app_exception.raise_exception;
433: END IF;
434:

Line 464: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

460: end if;
461: BOMPCMBM.Delete_Related_Ref_Desg(p_src_comp_seq => l_common_component_sequence_id
462: , p_ref_desg => l_ref_desg
463: , x_return_status => l_return_status);
464: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
465: THEN
466: app_exception.raise_exception;
467: END IF;
468: