DBA Data[Home] [Help]

APPS.BOM_SUB_COMPS_PKG dependencies on FND_API

Line 193: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

189: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => X_Component_Sequence_Id
190: , p_sub_comp_item_id => X_Substitute_Component_Id
191: , x_Mesg_Token_Tbl => l_err_tbl
192: , x_Return_Status => l_return_status);
193: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
194: THEN
195: app_exception.raise_exception;
196: END IF;
197:

Line 394: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

390: , p_acd_type => l_acd_type
391: , x_Mesg_Token_Tbl => l_err_tbl
392: , x_Return_Status => l_return_status);
393:
394: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
395: THEN
396: app_exception.raise_exception;
397: END IF;
398:

Line 427: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

423:
424: BOMPCMBM.Delete_Related_Sub_Comp(p_src_comp_seq => l_common_component_sequence_id
425: ,p_sub_comp_item_id => l_sub_comp_id
426: ,x_return_status => l_return_status);
427: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
428: THEN
429: app_exception.raise_exception;
430: END IF;
431: