DBA Data[Home] [Help]

APPS.WIP_OP_LINK_VALIDATIONS dependencies on FND_API

Line 88: x_return_status := FND_API.G_RET_STS_ERROR;

84:
85: /*
86: x_err_msg := 'ERROR: Create Link TAble.';
87: x_err_code := l_id;
88: x_return_status := FND_API.G_RET_STS_ERROR;
89: */
90: END Create_Link_Table;
91:
92: /************************************************

Line 473: /* x_return_status := FND_API.G_RET_STS_ERROR;

469: and load_type = wip_job_details.wip_op_link
470: and substitution_type = p_subst_type;
471: end if;
472:
473: /* x_return_status := FND_API.G_RET_STS_ERROR;
474: x_err_msg := 'ERROR IN WIPOPVDB.ADD_OPERATION: Deleting a non-existing operation link' ;
475: x_err_code := -9999;
476: */
477:

Line 499: x_return_status := FND_API.G_RET_STS_ERROR;

495:
496: Exception
497:
498: when others then
499: x_return_status := FND_API.G_RET_STS_ERROR;
500: x_err_msg := 'ERROR IN WIPOLVDB.DELETE_OP_LINK: ' || SQLERRM;
501: x_err_code := to_char(SQLCODE);
502:
503: return;

Line 573: x_return_status := FND_API.G_RET_STS_ERROR;

569:
570: Exception
571:
572: when others then
573: x_return_status := FND_API.G_RET_STS_ERROR;
574: x_err_msg := 'ERROR IN WIPOLVDB.ADD_OP_LINK: ' || SQLERRM;
575: x_err_code := to_char(SQLCODE);
576:
577: return;