DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on FND_API

Line 838: if(x_status <> fnd_api.g_ret_sts_success) then

834: l_params(5).paramValue := l_Replacement_Group_Num;
835: wip_logger.entryPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',
836: p_params => l_params,
837: x_returnStatus => x_status);
838: if(x_status <> fnd_api.g_ret_sts_success) then
839: raise fnd_api.g_exc_unexpected_error;
840: end if;
841: end if;
842:

Line 839: raise fnd_api.g_exc_unexpected_error;

835: wip_logger.entryPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',
836: p_params => l_params,
837: x_returnStatus => x_status);
838: if(x_status <> fnd_api.g_ret_sts_success) then
839: raise fnd_api.g_exc_unexpected_error;
840: end if;
841: end if;
842:
843: SELECT COUNT(*) into l_replacement_groups_exist

Line 867: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

863: IF (L_PENDING_CLOCKS <> 'N') THEN
864: FND_MESSAGE.SET_NAME(APPLICATION => 'WIP',
865: NAME => 'WIP_PENDING_CLOCKS');
866: FND_MSG_PUB.ADD;
867: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
868: END IF;
869: /* BUG 4715338 - END */
870:
871: if (l_repetitive_sched_id IS NOT NULL) then

Line 887: raise fnd_api.g_exc_unexpected_error;

883: p_line_id => l_line_id) = TRUE) THEN
884: fnd_message.set_name(application => 'WIP',
885: name => 'WIP_REPLACE_APPLIED_RES');
886: fnd_msg_pub.add;
887: raise fnd_api.g_exc_unexpected_error;
888: END IF;
889:
890: --
891: --Bug#4675116, "WIP exceptions" should be resolved

Line 1202: if (x_status <> fnd_api.g_ret_sts_success) then

1198: p_supply_locator_id => l_supply_locator_id,
1199: x_return_status => x_status,
1200: x_msg_data => x_msg_data);
1201:
1202: if (x_status <> fnd_api.g_ret_sts_success) then
1203: if (l_logLevel <= wip_constants.trace_logging) then
1204: wip_logger.log('WIP_SUB_OP_RESOURCES_PKG.Replace_Resources: ' ||
1205: 'wip_picking_pub.Update_Requirement_SubinvLoc failed..', l_dummy2);
1206: end if;

Line 1207: raise fnd_api.g_exc_unexpected_error;

1203: if (l_logLevel <= wip_constants.trace_logging) then
1204: wip_logger.log('WIP_SUB_OP_RESOURCES_PKG.Replace_Resources: ' ||
1205: 'wip_picking_pub.Update_Requirement_SubinvLoc failed..', l_dummy2);
1206: end if;
1207: raise fnd_api.g_exc_unexpected_error;
1208: end if;
1209:
1210: /* Fix for bug 4996849. Added following three lines */
1211: exception when no_data_found then null ;

Line 1235: x_status := fnd_api.g_ret_sts_success;

1231: end;
1232: */
1233: /* End of this block for bug 4996849 fix. */
1234:
1235: x_status := fnd_api.g_ret_sts_success;
1236: if (l_logLevel <= wip_constants.trace_logging) then
1237: wip_logger.exitPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',
1238: p_procReturnStatus => x_status,
1239: p_msg => 'procedure succeeded',

Line 1245: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_true,

1241: end if;
1242: EXCEPTION
1243: WHEN others THEN
1244: x_msg_count := fnd_msg_pub.count_msg;
1245: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_true,
1246: p_msg => x_msg_data);
1247: x_status := fnd_api.g_ret_sts_error;
1248: ROLLBACK to start_point;
1249: END Replace_Resources;

Line 1247: x_status := fnd_api.g_ret_sts_error;

1243: WHEN others THEN
1244: x_msg_count := fnd_msg_pub.count_msg;
1245: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_true,
1246: p_msg => x_msg_data);
1247: x_status := fnd_api.g_ret_sts_error;
1248: ROLLBACK to start_point;
1249: END Replace_Resources;
1250:
1251: FUNCTION Applied_Primary_Res(